X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dyn.h;h=21626eed8e0273afe3a474b2ceab18a9db12ac3c;hb=3e3a29fa49ec494800a4aa866d84fba4eaa8261b;hp=35464c6e98856bb2a472440e67d94c6e127d7ccd;hpb=a4dcf977a6b9e517a0b32949b5967a6de5064f13;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-dyn.h b/src/afb-api-dyn.h index 35464c6e..21626eed 100644 --- a/src/afb-api-dyn.h +++ b/src/afb-api-dyn.h @@ -40,6 +40,7 @@ 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);