Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr.h38 typedef struct QMGR_MESSAGE QMGR_MESSAGE; typedef
284 struct QMGR_MESSAGE { struct
285 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 …]
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr.h38 typedef struct QMGR_MESSAGE QMGR_MESSAGE; typedef
325 struct QMGR_MESSAGE { struct
326 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 …]