From bd86def1c799a35d5cef0c0a9a1347a18fea227e Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 11 Jun 2011 20:29:56 +0200 Subject: Actual message filtering happens in XPUB socket Signed-off-by: Martin Sustrik --- src/xpub.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/xpub.hpp') diff --git a/src/xpub.hpp b/src/xpub.hpp index c5d64b5..740d1e2 100644 --- a/src/xpub.hpp +++ b/src/xpub.hpp @@ -57,6 +57,9 @@ namespace zmq static void send_unsubscription (unsigned char *data_, size_t size_, void *arg_); + // Function to be applied to each matching pipes. + static void mark_as_matching (class pipe_t *pipe_, void *arg_); + // List of all subscriptions mapped to corresponding pipes. mtrie_t subscriptions; -- cgit v1.2.3