aboutsummaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-plugin.h
diff options
context:
space:
mode:
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