Merge branch 'master' of https://github.com/szmoore/MCTX3420.git
[matches/MCTX3420.git] / server / options.h
index 0416dd5..05f7ddf 100644 (file)
@@ -20,7 +20,12 @@ typedef struct
        struct timeval end_time;
 
        /** Path to ADC files **/
-       char * adc_device_path;
+       const char * adc_device_path;
+
+       /*** Horrible horrible hack ***/
+       int argc;
+       /*** Horrible horrible hack ***/
+       char ** argv;
 
 } Options;
 

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