X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=server%2Foptions.h;h=0416dd5e80686a390293c7ba8af401700b0da8a3;hb=da26b105275a40e6947b58d1786bc73378c7c233;hp=a20e0e1010b0629829452497da9224d79c42721a;hpb=0f827545e0eb6846608da4aaf4dc8047478070a4;p=matches%2FMCTX3420.git diff --git a/server/options.h b/server/options.h index a20e0e1..0416dd5 100644 --- a/server/options.h +++ b/server/options.h @@ -19,6 +19,9 @@ typedef struct /** Time at which program exits **/ struct timeval end_time; + /** Path to ADC files **/ + char * adc_device_path; + } Options; /** The only instance of the Options struct **/