abroekhuis commented on a change in pull request #185: Add custom serialization
service for custom delete functions in RSA
URL: https://github.com/apache/celix/pull/185#discussion_r403870286
##########
File path: bundles/remote_services/topology_manager/src/activator.c
##########
@@ -46,98 +47,42 @@
struct activator {
celix_bundle_context_t *context;
- topology_manager_pt manager;
+ topology_manager_t *manager;
- service_tracker_t *endpointListenerTracker;
- service_tracker_t *remoteServiceAdminTracker;
- service_tracker_t *exportedServicesTracker;
+ celix_service_tracker_t *endpointListenerTracker;
Review comment:
Spacing is not right
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services