Debug: build a summary string tracking transport SMTP commands & responses
[exim.git] / src / src / globals.c
index c3cccf1f2c42589a9515126108939fa0aa9ed932..844ff7bacdba65eedaf55916a52c05e87a6ba654 100644 (file)
@@ -712,6 +712,9 @@ const pcre2_code *regex_LIMITS        = NULL;
 uschar *client_authenticator   = NULL;
 uschar *client_authenticated_id = NULL;
 uschar *client_authenticated_sender = NULL;
+#ifndef DISABLE_CLIENT_CMD_LOG
+gstring *client_cmd_log        = NULL;
+#endif
 int     clmacro_count          = 0;
 uschar *clmacros[MAX_CLMACROS];
 FILE   *config_file            = NULL;