Logging: connection_id
[exim.git] / src / src / globals.h
index 3a5513382c6e574f2a679e0ba7455cef608aa023..2458066dd9ef3bd2b8463c52af96b0d2772f4896 100644 (file)
@@ -432,6 +432,7 @@ extern gstring *client_cmd_log;            /* debug log of client cmds & responses *
 extern int     clmacro_count;          /* Number of command line macros */
 extern uschar *clmacros[];             /* Copy of them, for re-exec */
 extern BOOL    commandline_checks_require_admin; /* belt and braces for insecure setups */
+extern ulong   connection_id;         /* per-daemon connection number */
 extern int     connection_max_messages;/* Max down one SMTP connection */
 extern FILE   *config_file;            /* Configuration file */
 extern const uschar *config_filename;  /* Configuration file name */