aboutsummaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-plugin.h
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2018-09-17 14:59:11 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-12-13 15:02:55 +0100
commit23d5a6fcd4ef871980fb45af10b6f63bd19c345c (patch)
tree9ce519f1e4a9e961bf8f9a980cedd9723eb94fed /ctl-lib/ctl-plugin.h
parent63611dc9abec735de4a08c579a9ee1bbadddeca4 (diff)
Add a 'params' fields for controller plugins
Add a 'params' fields for controller plugins. Can be used to send specific parameters to plugins functions (onload, init, ...). Change-Id: Ifb16f06a20453ef2bd1bc8a72bc2841dc12e323c Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'ctl-lib/ctl-plugin.h')
-rw-r--r--ctl-lib/ctl-plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctl-lib/ctl-plugin.h b/ctl-lib/ctl-plugin.h
index 8d9b083..d931906 100644
--- a/ctl-lib/ctl-plugin.h
+++ b/ctl-lib/ctl-plugin.h
@@ -62,6 +62,7 @@ typedef struct {
AFB_ApiT api;
void *dlHandle;
void *context;
+ json_object *paramsJ;
#ifdef CONTROL_SUPPORT_LUA
CtlLua2cFuncT *ctlL2cFunc;
#endif