You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by ab...@apache.org on 2020/03/31 12:07:58 UTC

[celix] branch feature/scope_usage updated (84239cd -> 5ff4b8e)

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

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


    from 84239cd  Added missing header
     add 5ff4b8e  Updated all PS Admins to allow NULL ptr for scope. Updated printfs to explicitly check for NULL, since the behaviour of printing NULL is not defined by a standard.

No new revisions were added by this update.

Summary of changes:
 .../pubsub/pubsub_admin_tcp/src/pubsub_tcp_admin.c | 32 ++++++++-------
 .../src/pubsub_tcp_topic_receiver.c                | 46 +++++++++++++---------
 .../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c | 20 ++++++----
 .../pubsub_admin_udp_mc/src/pubsub_udpmc_admin.c   | 22 ++++++-----
 .../src/pubsub_udpmc_topic_receiver.c              | 28 +++++++------
 .../src/pubsub_udpmc_topic_sender.c                | 10 +++--
 .../src/pubsub_websocket_admin.c                   | 27 +++++++------
 .../src/pubsub_websocket_topic_receiver.c          | 30 ++++++++------
 .../src/pubsub_websocket_topic_sender.c            | 16 +++++---
 .../pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c | 12 +++---
 .../src/pubsub_zmq_topic_receiver.c                | 16 ++++----
 .../pubsub_admin_zmq/src/pubsub_zmq_topic_sender.c |  8 ++--
 .../pubsub_discovery/src/pubsub_discovery_impl.c   |  2 +-
 .../src/pubsub_topology_manager.c                  | 26 ++++++------
 14 files changed, 169 insertions(+), 126 deletions(-)