Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
[matches/MCTX3420.git] / server / options.h
index a15e14a..05f7ddf 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
@@ -19,6 +19,14 @@ typedef struct
        /** Time at which program exits **/
        struct timeval end_time;
 
+       /** Path to ADC files **/
+       const char * adc_device_path;
+
+       /*** Horrible horrible hack ***/
+       int argc;
+       /*** Horrible horrible hack ***/
+       char ** argv;
+
 } Options;
 
 /** The only instance of the Options struct **/

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