Add 'noconcurrency' when creating dynamic API
[src/app-framework-binder.git] / include / afb / afb-dynapi-itf.h
index 38978a2..fc90dbd 100644 (file)
@@ -43,6 +43,9 @@ struct afb_dynapi
 
        /* current verbosity level */
        int verbosity;
+
+       /* the name of the api */
+       const char *apiname;
 };
 
 /*
@@ -128,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);