Start to implement the bindings V2
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 30 Mar 2017 17:02:06 +0000 (19:02 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 30 Mar 2017 17:02:06 +0000 (19:02 +0200)
commitc9ba2ce49808a19a4ef982280a46256797b830ae
tree8e62a2bd8276a80642c2b2a5e2f52d6961fdc3de
parentc710a0da4ebcc126275c42a0387ff85b2557e3ae
Start to implement the bindings V2

More work has to be done for merging common
code.

Change-Id: I72b01901f978854843967c12bfcb3cc59cc10310
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
12 files changed:
include/afb/afb-binding-v1.h
include/afb/afb-binding-v2.h [new file with mode: 0644]
include/afb/afb-binding.h
include/afb/afb-service-itf-v1.h [deleted file]
include/afb/afb-service-itf.h
src/CMakeLists.txt
src/afb-api-so-v2.c [new file with mode: 0644]
src/afb-api-so-v2.h [new file with mode: 0644]
src/afb-api-so.c
src/afb-svc.c
src/afb-svc.h
src/jobs.c