Introduce afb_eventid
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 21 Sep 2017 11:11:02 +0000 (13:11 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 9 Oct 2017 12:08:32 +0000 (14:08 +0200)
commitc12c74c208a30c5b18716b8faa464f0b4f643255
treecdc3d6d44a7105aa43173601acbfbec7ed53e5fd
parent271bb6fc606fc5068a7b7a8f22b0052aca2fb900
Introduce afb_eventid

This new name is better suited because it is not an event
but the id of an event.

This also prepares the new api with pointers.

Change-Id: I7be88bb36cf72bf7df70793a77452e405130b951
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
12 files changed:
include/afb/afb-binding-v1.h
include/afb/afb-binding-v2.h
include/afb/afb-event-itf.h
include/afb/afb-event.h [new file with mode: 0644]
include/afb/afb-eventid-itf.h [new file with mode: 0644]
include/afb/afb-eventid.h [new file with mode: 0644]
include/afb/afb-req-common.h
src/afb-api-dbus.c
src/afb-evt.c
src/afb-hook.c
src/afb-stub-ws.c
src/afb-ws-json1.c