X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=blobdiff_plain;f=include%2Fafb%2Fafb-req-x2.h;fp=include%2Fafb%2Fafb-req-x2.h;h=2d4a2f2a367f3c2fa82e926b883288fb236ef5e7;hp=4ae1af7b354ddb4a46a91a81b2ad7bdc1f37e0ac;hb=328c4b574dfb30155b8e27d96d97a1a50b51ebb8;hpb=034b0ab71f42b927c4e6ba88e552643258e95069 diff --git a/include/afb/afb-req-x2.h b/include/afb/afb-req-x2.h index 4ae1af7b..2d4a2f2a 100644 --- a/include/afb/afb-req-x2.h +++ b/include/afb/afb-req-x2.h @@ -458,6 +458,8 @@ int afb_req_x2_session_set_LOA( * Establishes for the client link identified by 'req' a subscription * to the 'event'. * + * Establishing subscription MUST be called BEFORE replying to the request. + * * @param req the request * @param event the event to subscribe * @@ -476,6 +478,8 @@ int afb_req_x2_subscribe( * link identified by 'req'. * Returns 0 in case of successful subscription or -1 in case of error. * + * Revoking subscription MUST be called BEFORE replying to the request. + * * @param req the request * @param event the event to revoke *