bindings: adds ability to use data of applications
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 31 Aug 2016 12:13:54 +0000 (14:13 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 31 Aug 2016 12:13:54 +0000 (14:13 +0200)
commit7c7d610ccbd7e30204501622ebee6690aef5af0c
tree1fec77cfe24934610dd1393a957cd601ac73c260
parent335959621b8ffa33f66f55e0dea1c08aaea75775
bindings: adds ability to use data of applications

The two new verbs 'afb_daemon_rootdir_get_fd' and
'afb_daemon_rootdir_open_locale' allow the bindings to retrieve
its installed global data.

Change-Id: I369997d9e59402a413a929aa650c48613f034183
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
include/afb/afb-binding.h
src/afb-api-so.c
src/afb-common.c
src/afb-common.h
src/main.c