Introduce apiset for grouping apis
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 13 Apr 2017 20:58:33 +0000 (22:58 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 13 Apr 2017 21:02:25 +0000 (23:02 +0200)
commita8e971702f23ee67e02b4716ad4159f12cefdca6
treeb15a0176462006b2dcf7adeb7e65ee06ff06e2f1
parent9991f9f55b6b77bf89a9e2cec84280d0c9c0b2cd
Introduce apiset for grouping apis

This will be used at the end for debugging
facilities.

Change-Id: I75e3345667e1f58143c77a885e166375680ca194
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
30 files changed:
src/CMakeLists.txt
src/afb-api-dbus.c
src/afb-api-dbus.h
src/afb-api-so-v1.c
src/afb-api-so-v1.h
src/afb-api-so-v2.c
src/afb-api-so-v2.h
src/afb-api-so.c
src/afb-api-so.h
src/afb-api-ws.c
src/afb-api-ws.h
src/afb-api.c [new file with mode: 0644]
src/afb-api.h [moved from src/afb-apis.h with 60% similarity]
src/afb-apiset.c [moved from src/afb-apis.c with 53% similarity]
src/afb-apiset.h [new file with mode: 0644]
src/afb-ditf.h
src/afb-hreq.c
src/afb-hreq.h
src/afb-hswitch.c
src/afb-hswitch.h
src/afb-subcall.c
src/afb-svc.c
src/afb-svc.h
src/afb-websock.c
src/afb-websock.h
src/afb-ws-json1.c
src/afb-ws-json1.h
src/afb-xreq.c
src/afb-xreq.h
src/main.c