hook: adding of hook feature for requests
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 26 Oct 2016 07:23:30 +0000 (09:23 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 28 Oct 2016 12:20:43 +0000 (14:20 +0200)
commit36e53e878baaa9d56c09097ada0b7061266caff8
tree48e7fde72d264eacf1197d8871023d2a00adabbd
parent91d08eedaa810edfd38dcb8ce67c66813e5e3dce
hook: adding of hook feature for requests

The current implementation is for hooking requests.
It allows implementation of command line option for
debugging. Further development is needed to also
handle events and service API. Also a binding for
debugging would be cool.

Change-Id: Ib1ac4711180db7b4097ed92ebbbf1a1a9fd2cc1c
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/CMakeLists.txt
src/afb-apis.c
src/afb-config.h
src/afb-hook.c [new file with mode: 0644]
src/afb-hook.h [new file with mode: 0644]
src/afb-thread.c
src/main.c