X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Foptions.h;h=0e0b598893a73ae2f9f52f1ee0f3ec0936bf2f90;hb=544b54c409f3731b8e1581af95072a64ff393a28;hp=8dfbfa43e0dc9e773bda54aab00215c5c8a135bd;hpb=a44dc75609448e871feb189bb81f84411256f52b;p=matches%2FMCTX3420.git diff --git a/server/options.h b/server/options.h index 8dfbfa4..0e0b598 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 **/