Add 'noconcurrency' when creating dynamic API
[src/app-framework-binder.git] / include / afb / afb-dynapi-itf.h
index 682558e..fc90dbd 100644 (file)
@@ -131,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);