Add hooking of daemon interface
[src/app-framework-binder.git] / src / afb-config.h
index 09be216..4c9f624 100644 (file)
@@ -54,6 +54,7 @@ struct afb_config {
        int nbSessionMax;       // max count of sessions
        int mode;               // mode of listening
        int tracereq;
+       int traceditf;
        int noHttpd;
 };