X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dyn.h;h=61180e27dc0afc3e649cfa0774a00834be496416;hb=f30be1ca9ce04cfab55b9e6ce25cec6952f7e21d;hp=ea184df14a256ac974801e2d73b5df707e73ff39;hpb=9a304ebddac4deb4992ea931ea1131b639798b3b;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-dyn.h b/src/afb-api-dyn.h index ea184df1..61180e27 100644 --- a/src/afb-api-dyn.h +++ b/src/afb-api-dyn.h @@ -27,6 +27,7 @@ struct afb_verb_v2; struct afb_api_dyn_verb { void (*callback)(struct afb_request *request); + void *vcbdata; const struct afb_auth *auth; const char *info; int session; @@ -46,6 +47,7 @@ extern int afb_api_dyn_add_verb( const char *verb, const char *info, void (*callback)(struct afb_request *request), + void *vcbdata, const struct afb_auth *auth, uint32_t session);