summaryrefslogtreecommitdiffstats
path: root/include/afb/afb-binding-v1.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-09-21 13:11:02 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-09 14:08:32 +0200
commitc12c74c208a30c5b18716b8faa464f0b4f643255 (patch)
treecdc3d6d44a7105aa43173601acbfbec7ed53e5fd /include/afb/afb-binding-v1.h
parent271bb6fc606fc5068a7b7a8f22b0052aca2fb900 (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-v1.h')
-rw-r--r--include/afb/afb-binding-v1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb/afb-binding-v1.h b/include/afb/afb-binding-v1.h
index 6c9b5c19..4f881cd9 100644
--- a/include/afb/afb-binding-v1.h
+++ b/include/afb/afb-binding-v1.h
@@ -20,7 +20,7 @@
struct json_object;
#include "afb-req-common.h"
-#include "afb-event-itf.h"
+#include "afb-event.h"
#include "afb-service-common.h"
#include "afb-daemon-common.h"