Service instanciation 49/5949/1
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 13 Jun 2016 14:36:51 +0000 (16:36 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 13 Jun 2016 14:36:51 +0000 (16:36 +0200)
commit5b5a2e4412eea806451c016da9fb285bc09c17ab
treed6c9340bef28754483309b2a9095c24e69af6a9a
parent0a8f8f784646254d9b71e928e930003f82d89603
Service instanciation

Adds the ability for a service to initiate calls
to other services and to receive events in its own
context.

Change-Id: I5ff149a0231e551e9ce8a8de9658cb492a38cae1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
include/afb/afb-service-itf.h [new file with mode: 0644]
src/CMakeLists.txt
src/afb-api-dbus.c
src/afb-api-so.c
src/afb-apis.c
src/afb-apis.h
src/afb-svc.c [new file with mode: 0644]
src/afb-svc.h [new file with mode: 0644]
src/main.c