This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch bugfix/zmq_wrong_sender_connections
in repository https://gitbox.apache.org/repos/asf/celix.git.
from 5190d49 Disables coverage setup for pubsub_spi.
add bd07f46 Add env vars for bind/connect urls in pubsub (#249)
add 4c40981 remove EPOLLOUT
add 4c19e2b Fix Error in metabuffer allocation
add 15b8e88 Merge branch 'hotfix/fix_meta_buffer_allocation' into
hotfix/remove_EPOLOUT_event_to_reduce_cpu_load
add 8e35298 Merge pull request #262 from
apache/hotfix/remove_EPOLOUT_event_to_reduce_cpu_load
new 82255bc Merge remote-tracking branch 'remotes/origin/master' into
bugfix/zmq_wrong_sender_connections
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
bundles/pubsub/examples/CMakeLists.txt | 6 +-
.../src/pubsub_psa_tcp_constants.h | 12 ++++
.../pubsub_admin_tcp/src/pubsub_tcp_handler.c | 12 ++--
.../src/pubsub_tcp_topic_receiver.c | 8 ++-
.../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c | 8 ++-
.../src/pubsub_psa_udpmc_constants.h | 11 ++++
.../src/pubsub_udpmc_topic_receiver.c | 6 +-
.../src/pubsub_udpmc_topic_sender.c | 17 +++++-
.../src/pubsub_psa_websocket_constants.h | 6 ++
.../src/pubsub_websocket_topic_receiver.c | 6 +-
.../src/pubsub_psa_zmq_constants.h | 12 ++++
.../pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c | 6 +-
.../src/pubsub_zmq_topic_receiver.c | 6 +-
bundles/pubsub/pubsub_utils/include/pubsub_utils.h | 10 ++++
bundles/pubsub/pubsub_utils/src/pubsub_utils.c | 15 +++++
bundles/pubsub/test/CMakeLists.txt | 6 +-
bundles/pubsub/test/test/test_runner.cc | 70 +++++++++++++++++-----
bundles/pubsub/test/test/tst_activator.c | 6 +-
.../{tst_activator.c => tst_endpoint_activator.c} | 67 ++++++---------------
19 files changed, 203 insertions(+), 87 deletions(-)
copy bundles/pubsub/test/test/{tst_activator.c => tst_endpoint_activator.c}
(56%)