Add function 'afb_req_get_application_id'
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 19 Sep 2017 10:16:42 +0000 (12:16 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 9 Oct 2017 12:08:29 +0000 (14:08 +0200)
commit15d0dae1cd6ab982137a7c2848de9303a9c969f0
treeba156b222ae058c8f0120def427f0abf3564190c
parent33e615ea0cc26131532f4615ef4a2034488fa48e
Add function 'afb_req_get_application_id'

This function is intended to return an identifier of the
calling application. At this time, the identifier is
just derived from the application id but it can be
changed in the future.

Change-Id: Idacde8979ac5bb525352de9cab19e3fc1ed48627
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
bindings/samples/HelloWorld.c
docs/afb-binding-references.md
include/afb/afb-req-common.h
src/afb-hook.c
src/afb-hook.h
src/afb-trace.c
src/afb-xreq.c