Log lengthy DNS lookups. Bug 514
[exim.git] / src / src / globals.c
index 868b27e8337d5735ffc15fde49bc76aa52e0f085..3cbbbd311be3c4cf86604a9255fed1f227656987 100644 (file)
@@ -1230,6 +1230,7 @@ uschar *sending_ip_address     = NULL;
 int     sending_port           = -1;
 SIGNAL_BOOL sigalrm_seen       = FALSE;
 uschar **sighup_argv           = NULL;
+int     slow_lookup_log        = 0;    /* millisecs, zero disables */
 int     smtp_accept_count      = 0;
 BOOL    smtp_accept_keepalive  = TRUE;
 int     smtp_accept_max        = 20;