X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/85e453f622a540ecc8c86b3817e8b85d8218c474..a55697acf8d60ff8fc67f8fc46f23b8f53a3b823:/src/src/structs.h diff --git a/src/src/structs.h b/src/src/structs.h index 9927bc527..060eccf41 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -650,8 +650,7 @@ typedef struct address_item { int mode; /* mode for local transporting to a file */ int basic_errno; /* status after failure */ int more_errno; /* additional error information */ - /* (may need to hold a timestamp) */ - unsigned int delivery_usec; /* subsecond part of delivery time */ + struct timeval delivery_time; /* time taken to do delivery/attempt */ unsigned short child_count; /* number of child addresses */ short int return_file; /* fileno of return data file */