Get threads to deal with exit conditions, create timestamps
[matches/MCTX3420.git] / server / options.h
index 297acf4..a15e14a 100644 (file)
@@ -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;
 

UCC git Repository :: git.ucc.asn.au