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