X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Foptions.h;h=a15e14a5e693f74fb06d5bd461b6a19e7a2580b1;hb=58361c992e9ac1644e3848f0c1d788741b538429;hp=297acf4acfd1c22fbff30356192d9970597ea4ae;hpb=733a9b968264c48b5340693ce17e1874c1aeff77;p=matches%2FMCTX3420.git diff --git a/server/options.h b/server/options.h index 297acf4..a15e14a 100644 --- a/server/options.h +++ b/server/options.h @@ -14,6 +14,10 @@ typedef struct const char * program; /** Determines at what level log messages are shown **/ int verbosity; + /** Time at which program begins to run **/ + struct timeval start_time; + /** Time at which program exits **/ + struct timeval end_time; } Options;