summaryrefslogtreecommitdiffstats
path: root/src/afb-config.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-06-01 12:34:29 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-06-01 12:34:29 +0200
commitb67e18b39830a01750721787bf3bdc5d71983144 (patch)
tree20104692fd55fcb27b3a20aae0b144bb64286150 /src/afb-config.h
parent4dc768d67031aa99e2b885a0df7e643fdd1fa80c (diff)
Add hooking for events
Change-Id: If5fe736e04c9f4298302c3cbba568f1d6346ee67 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 acf1f38f..4ff5d141 100644
--- a/src/afb-config.h
+++ b/src/afb-config.h
@@ -57,6 +57,7 @@ struct afb_config {
int tracereq;
int traceditf;
int tracesvc;
+ int traceevt;
int noHttpd;
};