This is an automated email from the ASF dual-hosted git repository. abroekhuis pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/celix.git
commit 0e63de9888cb2b7d18376d6a69592b5fd423aacd Merge: af33ee5 d1350ab Author: Alexander Broekhuis <[email protected]> AuthorDate: Tue Apr 14 12:00:32 2020 +0200 Merge pull request #187 from apache/feature/rsa_interceptors Added interceptors to RSA, currently only DFI is updated. CMakeLists.txt | 4 +- .../pubsub_spi/src/pubsub_interceptors_handler.c | 51 +++++++++--- bundles/remote_services/examples/CMakeLists.txt | 4 + .../interceptors}/CMakeLists.txt | 20 ++--- .../include/first_interceptor_private.h | 41 +++++++++ .../include/second_interceptor_private.h | 37 +++++++++ .../examples/interceptors/src/first_interceptor.c | 69 ++++++++++++++++ .../interceptors/src/rs_interceptor_activator.c | 94 +++++++++++++++++++++ .../examples/interceptors/src/second_interceptor.c | 60 ++++++++++++++ .../src/export_registration_dfi.c | 50 ++++++++--- .../src/export_registration_dfi.h | 2 +- .../src/import_registration_dfi.c | 36 +++++--- .../src/import_registration_dfi.h | 2 +- .../src/remote_service_admin_dfi.c | 35 +++++++- bundles/remote_services/rsa_common/CMakeLists.txt | 2 +- .../rsa_common/src/remote_interceptors_handler.c} | 96 +++++++++++++--------- .../rsa_spi/include/remote_interceptor.h | 37 +++++++++ .../rsa_spi/include/remote_interceptors_handler.h | 40 +++++++++ 18 files changed, 587 insertions(+), 93 deletions(-)
