Update packaging
[src/app-framework-binder.git] / src / afb-config.h
index c502dbc..56bfa9a 100644 (file)
@@ -64,6 +64,8 @@ struct afb_config {
        unsigned no_ldpaths: 1;         /* disable default ldpaths */
        unsigned noHttpd: 1;
        unsigned background: 1;         /* run in backround mode */
+       unsigned monitoring: 1;         /* activates monitoring */
+       unsigned random_token: 1;       /* expects a random token */
 };
 
 extern struct afb_config *afb_config_parse_arguments(int argc, char **argv);