You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2021/02/15 10:58:01 UTC

[GitHub] [celix] pnoltes commented on a change in pull request #317: prevents unneeded suspend triggers in the dm component

pnoltes commented on a change in pull request #317:
URL: https://github.com/apache/celix/pull/317#discussion_r576107661



##########
File path: libs/framework/src/dm_service_dependency.c
##########
@@ -342,6 +342,22 @@ bool celix_dmServiceDependency_isTrackerOpen(celix_dm_service_dependency_t* depe
     return isOpen;
 }
 
+bool celix_dmServiceDependency_isSetCallbackConfigured(celix_dm_service_dependency_t* dependency) {
+    bool isUsed;

Review comment:
       this was unintentional. Updated this. 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org