X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-request-itf.h;h=a5c3f82a2055a8c34f05fc8460d0d5bfcc5e829d;hb=ce23b9e7ff8443c46ed21804277d8db90671a3b4;hp=4c62b3de6dfcbc78e3688fc0feff8636beb3456b;hpb=39a955678ac5f16646e5841a720d1d358600dabb;p=src%2Fapp-framework-binder.git 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); };