Log queue_time and queue_time_overall exclusive of receive time. Bug 2672
[exim.git] / src / exim_monitor / em_globals.c
index 30d22b5ebca2bb34b7483dbb640ec2e660a69fd0..88d5103fc9cd8839651e3353edada3d41982a880 100644 (file)
@@ -196,6 +196,7 @@ uschar *queue_name             = US"";
 int     received_count         = 0;
 uschar *received_protocol      = NULL;
 struct timeval received_time   = { 0, 0 };
+struct timeval received_time_complete = { 0, 0 };
 int     recipients_count       = 0;
 recipient_item *recipients_list = NULL;
 int     recipients_list_max    = 0;