X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so-v1.c;h=2a5dc08a827bd4fa6f51de2ff283e774dfcb4b35;hb=8f3368daeca3d5c184321e96cba60886bb7fc82f;hp=3eea464597b0bfc0235c7c66d74ab4a288f903c5;hpb=11e2d4395056c7bd2a618b4fa7ffdd70af05d14e;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-so-v1.c b/src/afb-api-so-v1.c index 3eea4645..2a5dc08a 100644 --- a/src/afb-api-so-v1.c +++ b/src/afb-api-so-v1.c @@ -304,6 +304,7 @@ int afb_api_so_v1_add(const char *path, void *handle, struct afb_apiset *apiset) afb_ditf_rename(&desc->ditf, desc->binding->v1.prefix); afb_api.closure = desc; afb_api.itf = &so_v1_api_itf; + afb_api.noconcurrency = 0; if (afb_apiset_add(apiset, desc->binding->v1.prefix, afb_api) < 0) { ERROR("binding [%s] can't be registered...", path); goto error2;