This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch
feature/87-add-additional-svc-tracker-bundle-context-funtions
in repository https://gitbox.apache.org/repos/asf/celix.git
from 67e80c76 Merge branch 'master' into
feature/87-add-additional-svc-tracker-bundle-context-funtions
add 5446bf01 gh-87: Move svc tracker state fields to an anon state struct
add eb6e6995 gh-87: Refactor bnd ctx to use a rwlock instead of mutex.
add 8f2f5526 gh-87: Revert clear tracker maps in bnd ctx cleanup.
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 2 +
.../log_admin/gtest/src/LogAdminTestSuite.cc | 6 +-
bundles/shell/shell/src/query_command.c | 2 +-
.../src/CelixBundleContextBundlesTestSuite.cc | 2 +-
.../src/CelixBundleContextServicesTestSuite.cc | 2 +-
libs/framework/include/celix_bundle.h | 12 +-
libs/framework/include/celix_bundle_context.h | 297 ++++++++++-----------
libs/framework/src/bundle.c | 31 +--
libs/framework/src/bundle_context.c | 107 ++++----
libs/framework/src/bundle_context_private.h | 4 +-
libs/framework/src/service_tracker.c | 215 ++++++++-------
libs/framework/src/service_tracker_private.h | 57 ++--
12 files changed, 367 insertions(+), 370 deletions(-)