summaryrefslogtreecommitdiffstats
path: root/src/afb-config.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-05-30 16:28:55 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-05-30 16:28:55 +0200
commitbb5806063c450da26a38e1915f076723d00df260 (patch)
tree1503c2a4dc0558bc87f82bec6f6490d4a495a028 /src/afb-config.h
parent52384789f904e7ebbfb901e15cc62521c9b9468f (diff)
Adds hooks for service (svc)
Change-Id: I42265fcee9eae8219ef0cf56d3c8446d2c0fc015 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 a636a788..acf1f38f 100644
--- a/src/afb-config.h
+++ b/src/afb-config.h
@@ -56,6 +56,7 @@ struct afb_config {
int mode; // mode of listening
int tracereq;
int traceditf;
+ int tracesvc;
int noHttpd;
};