Add define for compiling under RTLinux
[matches/MCTX3420.git] / server / options.h
index 839bc4d..8dfbfa4 100644 (file)
@@ -15,9 +15,9 @@ typedef struct
        /** Determines at what level log messages are shown **/
        int verbosity;
        /** Time at which program begins to run **/
-       struct timeval start_time;
+       struct timespec start_time;
        /** Time at which program exits **/
-       struct timeval end_time;
+       struct timespec end_time;
 
        /** Whether or not to enable the pin_test module **/
        bool enable_pin;
@@ -31,6 +31,9 @@ typedef struct
        /** Authentication method **/
        enum {AUTH_NONE, AUTH_LDAP, AUTH_SHADOW} auth_method;
 
+       /** Starting directory **/
+       char root_dir[BUFSIZ];
+
        
 
 } Options;

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