summaryrefslogtreecommitdiff
path: root/src/xpub.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xpub.hpp')
-rw-r--r--src/xpub.hpp3
1 files changed, 3 insertions, 0 deletions
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;