diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-09-21 13:11:02 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-10-09 14:08:32 +0200 |
commit | c12c74c208a30c5b18716b8faa464f0b4f643255 (patch) | |
tree | cdc3d6d44a7105aa43173601acbfbec7ed53e5fd /include/afb/afb-binding-v2.h | |
parent | 271bb6fc606fc5068a7b7a8f22b0052aca2fb900 (diff) |
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>
Diffstat (limited to 'include/afb/afb-binding-v2.h')
-rw-r--r-- | include/afb/afb-binding-v2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb/afb-binding-v2.h b/include/afb/afb-binding-v2.h index 4780b4ef..8e88b4fd 100644 --- a/include/afb/afb-binding-v2.h +++ b/include/afb/afb-binding-v2.h @@ -20,7 +20,7 @@ #include <stdint.h> #include "afb-auth.h" -#include "afb-event-itf.h" +#include "afb-event.h" #include "afb-req-common.h" #include "afb-service-common.h" #include "afb-daemon-common.h" |