Searched defs:QMGR_MESSAGE (Results 1 – 2 of 2) sorted by relevance
38 typedef struct QMGR_MESSAGE QMGR_MESSAGE; typedef284 struct QMGR_MESSAGE { struct285 int flags; /* delivery problems */286 int qflags; /* queuing flags */287 int tflags; /* tracing flags */288 long tflags_offset; /* offset for killing */289 int rflags; /* queue file read flags */290 VSTREAM *fp; /* open queue file or null */291 int refcount; /* queue entries */292 int single_rcpt; /* send one rcpt at a time */[all …]
38 typedef struct QMGR_MESSAGE QMGR_MESSAGE; typedef325 struct QMGR_MESSAGE { struct326 int flags; /* delivery problems */327 int qflags; /* queuing flags */328 int tflags; /* tracing flags */329 long tflags_offset; /* offset for killing */330 int rflags; /* queue file read flags */331 VSTREAM *fp; /* open queue file or null */332 int refcount; /* queue entries */333 int single_rcpt; /* send one rcpt at a time */[all …]