Refactoring requests and context handling
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 10 May 2016 11:47:58 +0000 (13:47 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 10 May 2016 11:47:58 +0000 (13:47 +0200)
commitf1b901ed676b2d45ec8e6ae3d6ef2f94d79f9ee6
treeea91e3f7485736acdd6aa83ffc6e0ff60f326577
parent19fb390ec60890d55bafe7a4c887b1453509f7ef
Refactoring requests and context handling

Also adds a first (untested) implmentation of
the afb services over dbus.

Change-Id: Id1bdeccf75f3a70d3658bdaf0510d6e7b97f6c32
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
20 files changed:
include/afb-plugin.h
include/afb-req-itf.h
plugins/afm-main-plugin/afm-main-plugin.c
src/CMakeLists.txt
src/afb-api-dbus.c [new file with mode: 0644]
src/afb-api-dbus.h [new file with mode: 0644]
src/afb-api-so.c
src/afb-apis.c
src/afb-apis.h
src/afb-context.c [new file with mode: 0644]
src/afb-context.h [new file with mode: 0644]
src/afb-hreq.c
src/afb-hreq.h
src/afb-hsrv.c
src/afb-hswitch.c
src/afb-websock.c
src/afb-ws-json.c
src/main.c
src/session.c
src/session.h