Home
last modified time | relevance | path

Searched defs:queuegrp (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sendmail/src/
H A Dsendmail.h717 struct queuegrp struct
719 char *qg_name; /* symbolic name of this queue group */
726 char *qg_qdir; /* common component of queue directory */
728 int qg_maxqrun; /* max # of jobs in one queuerun */
737 time_t qg_queueintvl; /* interval for queue runs */
738 QPATHS *qg_qpaths; /* list of queue directories */
739 BITMAP256 qg_flags; /* status flags, see below */
740 short qg_nice; /* niceness for queue run */
741 int qg_wgrp; /* Assigned to this work group */
746 time_t qg_nextrun; /* time for next queue runs */
[all …]