summaryrefslogtreecommitdiffstats
path: root/src/afb-config.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-04-07 17:05:24 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-04-07 17:07:22 +0200
commitb529ded85a3e50a1aa6529e870b2e2f43e377ca2 (patch)
treec46d606619ae77206b75b7eb7b599554b9d34408 /src/afb-config.h
parent59db7c73c9d98414be9edf7056d7afe025512b3e (diff)
Add hooking of daemon interface
Change-Id: I5840609f4300ade98412e8527ac5ce1f1e8c0c59 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-config.h')
-rw-r--r--src/afb-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-config.h b/src/afb-config.h
index 09be2165..4c9f6241 100644
--- a/src/afb-config.h
+++ b/src/afb-config.h
@@ -54,6 +54,7 @@ struct afb_config {
int nbSessionMax; // max count of sessions
int mode; // mode of listening
int tracereq;
+ int traceditf;
int noHttpd;
};