Merge branch 'master' of github:szmoore/MCTX3420
[matches/MCTX3420.git] / server / options.h
index 8dfbfa4..0e0b598 100644 (file)
@@ -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 **/

UCC git Repository :: git.ucc.asn.au