Logging: pipelining log_selector
[exim.git] / src / src / structs.h
index 9ee3dba8d7b25672f24cc71ff805832d70990177..bec2b2aa070c67aa49e86d81a93c2abcfad973c6 100644 (file)
@@ -614,7 +614,8 @@ typedef struct address_item {
     BOOL af_pass_message:1;            /* pass message in bounces */
     BOOL af_bad_reply:1;               /* filter could not generate autoreply */
     BOOL af_tcp_fastopen_conn:1;       /* delivery connection used TCP Fast Open */
-    BOOL af_tcp_fastopen:1;            /* delivery usefuly used TCP Fast Open */
+    BOOL af_tcp_fastopen:1;            /* delivery usefully used TCP Fast Open */
+    BOOL af_pipelining:1;              /* delivery used (traditional) pipelining */
 #ifndef DISABLE_PRDR
     BOOL af_prdr_used:1;               /* delivery used SMTP PRDR */
 #endif