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 13:21:48 UTC

[celix] branch feature/scope_usage updated (5ff4b8e -> 6d6161c)

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 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.
     add 6d6161c  Removed unneeded match logic from discoveredEndpoint function. Matching is already done.

No new revisions were added by this update.

Summary of changes:
 .../pubsub/pubsub_admin_tcp/src/pubsub_tcp_admin.c | 22 ++++--------
 .../pubsub_admin_udp_mc/src/pubsub_udpmc_admin.c   | 34 ++++--------------
 .../src/pubsub_websocket_admin.c                   | 21 ++++-------
 .../pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c | 42 ++++------------------
 bundles/pubsub/pubsub_spi/src/pubsub_endpoint.c    |  2 ++
 5 files changed, 30 insertions(+), 91 deletions(-)