From e62227977bbc161d2d0ae49951f9a4fbf02a354e Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 5 Apr 2017 18:08:27 +0200 Subject: Make daemon interface common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- bindings/samples/HelloWorld.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bindings') 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; } -- cgit 1.2.3-korg