Debug: provide for SIGALRM tracking
[exim.git] / src / src / globals.c
index fdeaebd642104eb65fa3c129b340a957d763da2c..f8a4c3c0d78602f4b2f7d59c6a5194ea2eb6ae2f 100644 (file)
@@ -1417,6 +1417,7 @@ int     sender_verified_rc     = -1;
 uschar *sending_ip_address     = NULL;
 int     sending_port           = -1;
 SIGNAL_BOOL sigalrm_seen       = FALSE;
+const uschar *sigalarm_setter  = NULL;
 uschar **sighup_argv           = NULL;
 int     slow_lookup_log        = 0;    /* millisecs, zero disables */
 int     smtp_accept_count      = 0;