Merge branch 'master' of github:/szmoore/MCTX3420
[matches/MCTX3420.git] / server / options.h
index 297acf4..0416dd5 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @file options.h
- * @purpose Define the Options structure and the g_options variable
+ * @brief Define the Options structure and the g_options variable
  */
 
 #ifndef _OPTIONS_H
@@ -14,6 +14,13 @@ 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;
+
+       /** Path to ADC files **/
+       char * adc_device_path;
 
 } Options;
 

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