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/09/29 13:31:17 UTC

[celix] branch hotfix/rsa_deadlock updated (921ed6e -> 506cb88)

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

pnoltes pushed a change to branch hotfix/rsa_deadlock
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from 921ed6e  sets use of stop export service thread to true
     add 506cb88  Adds test case for create a remote service in a remote service call and fixes the deadlock issue for that test case.

No new revisions were added by this update.

Summary of changes:
 .../remote_example_api/include/remote_example.h    |  2 +
 .../org.apache.celix.RemoteExample.descriptor      |  1 +
 .../src/remote_example_activator.c                 |  3 +-
 .../src/remote_example_impl.c                      | 49 ++++++++++-
 .../src/remote_example_impl.h                      |  4 +-
 .../gtest/src/rsa_client_server_tests.cc           | 10 ++-
 .../gtest/src/tst_activator.c                      |  9 +++
 .../gtest/src/tst_service.h                        |  1 +
 .../src/export_registration_dfi.c                  | 27 ++++++-
 .../src/export_registration_dfi.h                  |  4 +
 .../src/remote_service_admin_dfi.c                 | 94 +++++++++++-----------
 libs/framework/src/service_registry.c              | 10 ++-
 12 files changed, 158 insertions(+), 56 deletions(-)