]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Extract command line option parsing to a function.
[user/henk/code/inspircd.git] / include / configreader.h
index a891f98f7aeb86b36900f09fe0ada4032baea478..d2c5d7d0e31f57fad2ff0f612c42bb7e4d6aa13f 100644 (file)
@@ -160,12 +160,13 @@ struct CommandLineConf
         */
        bool writepid;
 
-       /** Saved argc from startup
-        */
+       /* Whether the --runasroot option was specified at boot. */
+       bool runasroot;
+
+       /** Saved argc from startup. */
        int argc;
 
-       /** Saved argv from startup
-        */
+       /** Saved argv from startup. */
        char** argv;
 };