Merge pull request #47 from jtanx/master
[matches/MCTX3420.git] / server / options.h
index a20e0e1..05f7ddf 100644 (file)
@@ -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