X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dyn.h;h=21626eed8e0273afe3a474b2ceab18a9db12ac3c;hb=913e41d02977ee045490fbdcc94979c122c6a981;hp=35464c6e98856bb2a472440e67d94c6e127d7ccd;hpb=7ffecab08bf91e26ffedb393d9b8cb6151e2b836;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);