Add hooking of daemon interface
[src/app-framework-binder.git] / src / afb-config.h
index 43b550d..4c9f624 100644 (file)
@@ -48,13 +48,13 @@ struct afb_config {
 
        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 noHttpd;
 };