afb-api: Define the notion of group for concurrency
[src/app-framework-binder.git] / src / afb-api.h
index 1a14988..dd5d4e0 100644 (file)
@@ -35,7 +35,7 @@ struct afb_api
 {
        void *closure;
        struct afb_api_itf *itf;
-       unsigned noconcurrency: 1;
+       const void *group;
 };
 
 extern int afb_api_is_valid_name(const char *name);