afb-api: Define the notion of group for concurrency
[src/app-framework-binder.git] / src / afb-stub-ws.c
index 83f07ca..bdc2c14 100644 (file)
@@ -680,7 +680,7 @@ struct afb_api afb_stub_ws_client_api(struct afb_stub_ws *stubws)
        assert(!stubws->listener); /* check client */
        api.closure = stubws;
        api.itf = &ws_api_itf;
-       api.noconcurrency = 0;
+       api.group = NULL;
        return api;
 }