You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/05/06 07:57:57 UTC

[celix] 01/01: Merge pull request #224 from apache/feature/threadsafe_svc_id

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 23a9f613719ae420f07f43ec3bd87246a1b4ada8
Merge: 586ec0b e3d340d
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Wed May 6 09:57:50 2020 +0200

    Merge pull request #224 from apache/feature/threadsafe_svc_id
    
    Fixes an potential race condition issues with the creation of service ids

 .../gtest/src/bundle_context_services_test.cpp     | 24 +++++++++++-----------
 libs/framework/include/service_registry.h          |  6 ++++++
 libs/framework/src/service_registry.c              | 15 +++++++++-----
 libs/framework/src/service_registry_private.h      |  2 +-
 libs/framework/src/service_tracker.c               |  2 +-
 5 files changed, 30 insertions(+), 19 deletions(-)