This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch hotfix/rsa_deadlock
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/hotfix/rsa_deadlock by this
push:
new 921ed6e sets use of stop export service thread to true
921ed6e is described below
commit 921ed6e142707926b2b5edfdf83b58e749759369
Author: Pepijn Noltes <[email protected]>
AuthorDate: Tue Sep 8 20:50:44 2020 +0200
sets use of stop export service thread to true
---
.../remote_service_admin_dfi/src/remote_service_admin_dfi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/bundles/remote_services/remote_service_admin_dfi/src/remote_service_admin_dfi.c
b/bundles/remote_services/remote_service_admin_dfi/src/remote_service_admin_dfi.c
index 53620df..bf7a6f1 100644
---
a/bundles/remote_services/remote_service_admin_dfi/src/remote_service_admin_dfi.c
+++
b/bundles/remote_services/remote_service_admin_dfi/src/remote_service_admin_dfi.c
@@ -65,7 +65,7 @@
* celix_bundleContext_stopTrackerAsync is available.
*
*/
-#define CELIX_RSA_USE_STOP_EXPORT_THREAD false
+#define CELIX_RSA_USE_STOP_EXPORT_THREAD true
struct remote_service_admin {
celix_bundle_context_t *context;