From b9dd9b46d25f106694528722d63fdc1611d31afd Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 21 Sep 2017 18:16:21 +0200 Subject: Make compile LUA2C functions, binding not working Change-Id: I37e66929e3ebf464802f9b89a222743936862029 Signed-off-by: Romain Forlot --- plugins/lua2c-interface.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/lua2c-interface.c b/plugins/lua2c-interface.c index d57cfbd..dd69b11 100644 --- a/plugins/lua2c-interface.c +++ b/plugins/lua2c-interface.c @@ -47,10 +47,9 @@ CTLP_ONLOAD(plugin, handle) { return (void*)pluginCtx; } -/* -CTLP_LUA2C (LUAsetSignalValue, label, argsJ, context) + +CTLP_LUA2C (ssetSignalValue, label, argsJ) { AFB_NOTICE("label: %s, argsJ: %s", label, json_object_to_json_string(argsJ)); return 0; } -*/ -- cgit 1.2.3-korg