pnoltes commented on code in PR #434:
URL: https://github.com/apache/celix/pull/434#discussion_r922103657


##########
bundles/remote_services/discovery_common/include/discovery.h:
##########
@@ -64,9 +65,8 @@
 struct discovery {
     celix_bundle_context_t *context;
 
-    celix_thread_mutex_t listenerReferencesMutex;
-    celix_thread_mutex_t discoveredServicesMutex;
-
+    celix_thread_mutex_t mutex;// projects: closed, listenerReferences, 
discoveredServices
+    bool stoped;//is discovery stoped

Review Comment:
   typo, should be stopped instead stoped.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to