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-req-common.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-req-common.h')
-rw-r--r-- | include/afb/afb-req-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb/afb-req-common.h b/include/afb/afb-req-common.h index adb0acf4..6784a3b1 100644 --- a/include/afb/afb-req-common.h +++ b/include/afb/afb-req-common.h @@ -19,7 +19,7 @@ #include <stdarg.h> -#include "afb-event-itf.h" +#include "afb-event.h" struct json_object; struct afb_stored_req; |