From ce23b9e7ff8443c46ed21804277d8db90671a3b4 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 22 Sep 2017 07:58:05 +0200 Subject: Prepare subscription to eventid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie3f75377009be36f7f5bd52bdb31d0611cd49778 Signed-off-by: José Bollo --- include/afb/afb-request-itf.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/afb/afb-request-itf.h') diff --git a/include/afb/afb-request-itf.h b/include/afb/afb-request-itf.h index 4c62b3de..a5c3f82a 100644 --- a/include/afb/afb-request-itf.h +++ b/include/afb/afb-request-itf.h @@ -163,5 +163,13 @@ struct afb_request_itf void *(*create_value)(void *creation_closure), void (*free_value)(void*), void *creation_closure); + + int (*subscribe_eventid)( + struct afb_request *request, + struct afb_eventid *eventid); + + int (*unsubscribe_eventid)( + struct afb_request *request, + struct afb_eventid *eventid); }; -- cgit 1.2.3-korg