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 2021/01/20 17:46:53 UTC

[celix] branch feature/refactor_c_dep_man_service_trackers updated (749b7c0 -> 9eb4cbb)

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

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


    from 749b7c0  Adds support for handling bundle start,stop and uninstall on a separate thread if called from the Celix event thread.
     add 9eb4cbb  Cleans up small issues in the dep man.

No new revisions were added by this update.

Summary of changes:
 bundles/pubsub/test/CMakeLists.txt                 |  16 ++
 libs/framework/include/celix/dm/Component_Impl.h   |   2 +-
 .../include/celix/dm/ServiceDependency_Impl.h      |   7 +-
 libs/framework/src/dm_component_impl.c             | 162 +++++++++------------
 libs/framework/src/dm_dependency_manager_impl.c    |  11 +-
 libs/framework/src/dm_service_dependency.c         |  20 +--
 libs/framework/src/dm_service_dependency_impl.h    |  12 --
 libs/framework/src/framework.c                     |  11 +-
 8 files changed, 106 insertions(+), 135 deletions(-)