Logging: millisecond QT and DT. Bug 2102
[exim.git] / src / exim_monitor / em_globals.c
index 54032362c1775b66380f492ce187299d5fe82203..46ad834daea4f561900b8da84bace937ff0191d1 100644 (file)
@@ -191,7 +191,7 @@ uschar *queue_name             = US"";
 
 int     received_count         = 0;
 uschar *received_protocol      = NULL;
-int     received_time          = 0;
+struct timeval received_time   = { 0, 0 };
 int     recipients_count       = 0;
 recipient_item *recipients_list = NULL;
 int     recipients_list_max    = 0;