Add hooking for events
[src/app-framework-binder.git] / src / afb-config.h
index 09be216..4ff5d14 100644 (file)
@@ -43,6 +43,7 @@ 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;
 
@@ -54,6 +55,9 @@ struct afb_config {
        int nbSessionMax;       // max count of sessions
        int mode;               // mode of listening
        int tracereq;
+       int traceditf;
+       int tracesvc;
+       int traceevt;
        int noHttpd;
 };