summaryrefslogtreecommitdiffstats
path: root/src/afb-evt.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-09-22 17:07:51 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-09 14:08:33 +0200
commit1430e5aca4864a093534a0c91f056a97a4a26056 (patch)
treec3ad95024bfd78bad09e5ef8443c41bf204a90c7 /src/afb-evt.h
parent7682c2aacb3efd6abed3dee43f8a03d7646d8153 (diff)
Add function afb_evt_eventid_addref
Change-Id: I737f3ceaa41b5ec9a200a615dbc29965ed11c17c Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-evt.h')
-rw-r--r--src/afb-evt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-evt.h b/src/afb-evt.h
index a6bfda1e..2d888fa1 100644
--- a/src/afb-evt.h
+++ b/src/afb-evt.h
@@ -67,6 +67,7 @@ extern void afb_evt_update_hooks();
extern struct afb_eventid *afb_evt_eventid_create(const char *fullname);
extern const char *afb_evt_eventid_fullname(struct afb_eventid *eventid);
extern int afb_evt_eventid_id(struct afb_eventid *eventid);
+extern struct afb_eventid *afb_evt_eventid_addref(struct afb_eventid *eventid);
extern void afb_evt_eventid_unref(struct afb_eventid *eventid);
extern int afb_evt_eventid_push(struct afb_eventid *eventid, struct json_object *object);