Make possible to call a method from a binding 35/5935/1
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 9 Jun 2016 14:59:19 +0000 (16:59 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 9 Jun 2016 14:59:19 +0000 (16:59 +0200)
commit6518887513840471ea9c5af7e534787717e6bd82
tree6aa4d2f8e777f25d318348a91d2c02ca62298b6b
parent741d4e0505c588f38a64350c1d3c53c74f7ac22c
Make possible to call a method from a binding

The new request call 'afb_req_subcall' allows
a binding to call the method of an other binding.

Change-Id: I8538185be7a1663153a25db2bc940f9e2bdedb1a
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
include/afb/afb-req-itf.h
plugins/samples/HelloWorld.c
src/CMakeLists.txt
src/afb-api-dbus.c
src/afb-hreq.c
src/afb-msg-json.c
src/afb-subcall.c [new file with mode: 0644]
src/afb-subcall.h [new file with mode: 0644]
src/afb-ws-json1.c