Bindings V2: Remove explicit references to daemon/service
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 22 May 2017 14:37:28 +0000 (16:37 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 22 May 2017 15:01:05 +0000 (17:01 +0200)
commit95c29ef579d6320a721f96d7146efd10f74a201b
tree2460427281fe724014033774a7786c857332cfb4
parente9040472b72ff699964d89dda03ef07ce72b487b
Bindings V2: Remove explicit references to daemon/service

Usage shown that managing daemon interface and service
interface wasn't obvious. This evolution hides the complexity
by setting up an internal hidden variable.

Change-Id: I667b1ee4e3a7b5ad29d712ee20ad5dd1878b97f3
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
21 files changed:
include/afb/afb-binding-v1.h
include/afb/afb-binding-v2.h
include/afb/afb-binding.h
include/afb/afb-daemon-common.h [new file with mode: 0644]
include/afb/afb-daemon-v1.h [moved from include/afb/afb-daemon-itf.h with 58% similarity]
include/afb/afb-daemon-v2.h [new file with mode: 0644]
include/afb/afb-service-common.h [new file with mode: 0644]
include/afb/afb-service-v1.h [moved from include/afb/afb-service-itf.h with 72% similarity]
include/afb/afb-service-v2.h [new file with mode: 0644]
src/CMakeLists.txt
src/afb-api-so-v1.c
src/afb-api-so-v2.c
src/afb-api-so-v2.h
src/afb-api-so.c
src/afb-ditf.c
src/afb-ditf.h
src/afb-monitor.c
src/afb-svc.c
src/afb-svc.h
src/genskel/genskel.c
src/verbose.c