X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fsession.h;h=a4c052220e970ef253f92cf626ea96416387917e;hb=3b0d4962f64f546474fa033ffa4e3d067194c888;hp=c2722455b3bf7024d2eb6f347c0e801c51b2710c;hpb=423d86c6032c0a27f790a3766abd0c855726eab1;p=src%2Fapp-framework-binder.git diff --git a/src/session.h b/src/session.h index c2722455..a4c05222 100644 --- a/src/session.h +++ b/src/session.h @@ -23,6 +23,7 @@ struct AFB_clientCtx; struct afb_event_listener_itf { void (*send)(void *closure, const char *event, struct json_object *object); + int (*expects)(void *closure, const char *event); }; struct afb_event_listener