Enforce starting services on need
[src/app-framework-binder.git] / src / afb-config.h
index 43b550d..4ff5d14 100644 (file)
@@ -43,18 +43,21 @@ struct afb_config {
        struct afb_config_list *ws_servers;
        struct afb_config_list *so_bindings;
        struct afb_config_list *ldpaths;
+       struct afb_config_list *calls;
 
        char **exec;
 
        int httpdPort;
        int background;         // run in backround mode
-       int readyfd;            // a #fd to signal when ready to serve
        int cacheTimeout;
        int apiTimeout;
        int cntxTimeout;        // Client Session Context timeout
        int nbSessionMax;       // max count of sessions
        int mode;               // mode of listening
        int tracereq;
+       int traceditf;
+       int tracesvc;
+       int traceevt;
        int noHttpd;
 };