X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dyn.h;h=21626eed8e0273afe3a474b2ceab18a9db12ac3c;hb=ac7a95223a6314cca6250495ea59c3cf7e46e89e;hp=61180e27dc0afc3e649cfa0774a00834be496416;hpb=f30be1ca9ce04cfab55b9e6ce25cec6952f7e21d;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-dyn.h b/src/afb-api-dyn.h index 61180e27..21626eed 100644 --- a/src/afb-api-dyn.h +++ b/src/afb-api-dyn.h @@ -36,7 +36,13 @@ struct afb_api_dyn_verb struct afb_api_dyn; -extern int afb_api_dyn_add(struct afb_apiset *apiset, const char *name, const char *info, int (*preinit)(void*, struct afb_dynapi*), void *closure); +extern int afb_api_dyn_add( + struct afb_apiset *apiset, + const char *name, + const char *info, + int noconcurrency, + int (*preinit)(void*, struct afb_dynapi*), + void *closure); extern void afb_api_dyn_set_verbs_v2( struct afb_api_dyn *dynapi,