X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fexim_monitor%2Fem_globals.c;h=46ad834daea4f561900b8da84bace937ff0191d1;hb=32dfdf8baa8ccf091a0d5d4d75e8627424898756;hp=54032362c1775b66380f492ce187299d5fe82203;hpb=a207d5dd20b1f295f758e79ffa3dc06cdf7e488d;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/exim_monitor/em_globals.c b/src/exim_monitor/em_globals.c index 54032362c..46ad834da 100644 --- a/src/exim_monitor/em_globals.c +++ b/src/exim_monitor/em_globals.c @@ -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;