X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Foptions.h;h=385a05baa972d3bfaca43af4fed086d21d6428db;hb=5b98dd1c37a6151e734e8fa3a7054248ae3455c6;hp=839bc4d38a8a53d09e55df2a23a2f8b2f10e8963;hpb=29cdd749c2c6c87a23287a398035a103086aa224;p=matches%2FMCTX3420.git diff --git a/server/options.h b/server/options.h index 839bc4d..385a05b 100644 --- a/server/options.h +++ b/server/options.h @@ -31,8 +31,8 @@ typedef struct /** Authentication method **/ enum {AUTH_NONE, AUTH_LDAP, AUTH_SHADOW} auth_method; - - + /** Experiments directory **/ + const char *experiment_dir; } Options; /** The only instance of the Options struct **/