X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=server%2Foptions.h;h=385a05baa972d3bfaca43af4fed086d21d6428db;hb=cf4f872e4a4d739408bd2f0d71887d27ebe598c9;hp=bf668b3f2f05365bbdb7eed73f6da78071a40e5b;hpb=e3e7914fe2f59765e5f92371329652a02518928c;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 **/