X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/39e69de6d78795c93d5363f5c70240137194eb5e..9f01e50d7efc5c625614e4e055790ca4a92a52a8:/src/src/daemon.c diff --git a/src/src/daemon.c b/src/src/daemon.c index 1ef28a156..99fa909d2 100644 --- a/src/src/daemon.c +++ b/src/src/daemon.c @@ -1760,6 +1760,10 @@ DEBUG(D_any) debug_print_ids(US"daemon running with"); smtp_input = TRUE; +#ifdef MEASURE_TIMING +report_time_since(×tamp_startup, US"daemon loop start"); /* testcase 0022 */ +#endif + /* Enter the never-ending loop... */ for (;;)