X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Foptions.h;h=0416dd5e80686a390293c7ba8af401700b0da8a3;hb=8b7f6f32024dee5f15f44e231a48c51fdde1b32f;hp=a20e0e1010b0629829452497da9224d79c42721a;hpb=f5e2b07860f26bde42b9a9eb41ef68138ff2a379;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 **/