X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-dynapi-itf.h;h=fc90dbde462f7a88ec920e7df2435c6c2e8abe5f;hb=9c1c9a1ba46eb9ddada4167ce9d20143ee3c9636;hp=dd291ae8c07ebdcd18a32e67d03d65d2c1e44542;hpb=59cd34b59853f6a47e756d7ab5bc0329f40a471c;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-dynapi-itf.h b/include/afb/afb-dynapi-itf.h index dd291ae8..fc90dbde 100644 --- a/include/afb/afb-dynapi-itf.h +++ b/include/afb/afb-dynapi-itf.h @@ -43,6 +43,9 @@ struct afb_dynapi /* current verbosity level */ int verbosity; + + /* the name of the api */ + const char *apiname; }; /* @@ -128,6 +131,7 @@ struct afb_dynapi_itf void *dynapi, const char *api, const char *info, + int noconcurrency, int (*preinit)(void*, struct afb_dynapi *), void *closure); @@ -140,6 +144,7 @@ struct afb_dynapi_itf const char *verb, const char *info, void (*callback)(struct afb_request *request), + void *vcbdata, const struct afb_auth *auth, uint32_t session);