X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ddaf34e7b7fe02cbbb99a6bf515eb4298d6b2d4b..4e871f9b28dff4cacfd012aede1d092cc8cfbd36:/src/src/globals.c diff --git a/src/src/globals.c b/src/src/globals.c index 9f4053937..56d192781 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -737,6 +737,7 @@ uid_t config_uid = CONFIGURE_OWNER; uid_t config_uid = 0; #endif +ulong connection_id = 0L; int connection_max_messages= -1; uschar *continue_proxy_cipher = NULL; BOOL continue_proxy_dane = FALSE; @@ -1089,6 +1090,7 @@ bit_table log_options[] = { /* must be in alphabetical order, BIT_TABLE(L, all), BIT_TABLE(L, all_parents), BIT_TABLE(L, arguments), + BIT_TABLE(L, connection_id), BIT_TABLE(L, connection_reject), BIT_TABLE(L, delay_delivery), BIT_TABLE(L, deliver_time),