Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Dsendmail.h512 struct queuegrp struct
514 char *qg_name; /* symbolic name of this queue group */
521 char *qg_qdir; /* common component of queue directory */
522 short qg_index; /* queue number internally, index in Queue[] */
523 int qg_maxqrun; /* max # of jobs in 1 queuerun */
524 int qg_numqueues; /* number of queues in this queue */
532 time_t qg_queueintvl; /* interval for queue runs */
533 QPATHS *qg_qpaths; /* list of queue directories */
534 BITMAP256 qg_flags; /* status flags, see below */
535 short qg_nice; /* niceness for queue run */
[all …]