diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/configreader.h b/include/configreader.h index a891f98f7..d2c5d7d0e 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -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; }; |