X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Foptions.h;h=05f7ddf39eb122f9aa5610cd8db3556e14945230;hb=b53d860c11d5a56b1fe929581f5c5a537b4cba91;hp=0416dd5e80686a390293c7ba8af401700b0da8a3;hpb=da26b105275a40e6947b58d1786bc73378c7c233;p=matches%2FMCTX3420.git diff --git a/server/options.h b/server/options.h index 0416dd5..05f7ddf 100644 --- a/server/options.h +++ b/server/options.h @@ -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;