Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dsendmail.h555 struct queuegrp struct
557 char *qg_name; /* symbolic name of this queue group */
566 int qg_maxqrun; /* max # of jobs in 1 queuerun */
567 int qg_numqueues; /* number of queues in this queue */
575 time_t qg_queueintvl; /* interval for queue runs */
576 QPATHS *qg_qpaths; /* list of queue directories */
577 BITMAP256 qg_flags; /* status flags, see below */
578 short qg_nice; /* niceness for queue run */
579 int qg_wgrp; /* Assigned to this work group */
584 time_t qg_nextrun; /* time for next queue runs */
[all …]