aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/samples
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-04-05 18:08:27 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-04-05 18:13:28 +0200
commite62227977bbc161d2d0ae49951f9a4fbf02a354e (patch)
treeff79f4ec304b694014f69b65e3a6f6b0c62a8f2b /bindings/samples
parent5200d7022b34c0be646ae92de8c638c9437c7072 (diff)
Make daemon interface common
For the future, having only one piece of code to handle daemon interface to bindings is an improvement. Change-Id: I806c424eb1a82637d27bc84b921612789907d971 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'bindings/samples')
-rw-r--r--bindings/samples/HelloWorld.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/samples/HelloWorld.c b/bindings/samples/HelloWorld.c
index 585154e5..3432d9f4 100644
--- a/bindings/samples/HelloWorld.c
+++ b/bindings/samples/HelloWorld.c
@@ -306,5 +306,6 @@ static const struct afb_binding plugin_desc = {
const struct afb_binding *afbBindingV1Register (const struct afb_binding_interface *itf)
{
interface = itf;
+ NOTICE(interface, "hello plugin comes to live");
return &plugin_desc;
}