Lines Matching defs:queuegrp
717 struct queuegrp struct
719 char *qg_name; /* symbolic name of this queue group */
726 char *qg_qdir; /* common component of queue directory */
727 short qg_index; /* queue number internally, index in Queue[] */
728 int qg_maxqrun; /* max # of jobs in one queuerun */
729 int qg_numqueues; /* number of queues in this queue group */
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 */
742 int qg_maxlist; /* max items in work queue for this group */
743 int qg_curnum; /* current number of queue for queue runs */
744 int qg_maxrcpt; /* max recipients per envelope, 0==no limit */
746 time_t qg_nextrun; /* time for next queue runs */
748 short qg_sortorder; /* how do we sort this queuerun */