From e080e3e8b620b0e7ed02c28712a0c92b08de3451 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 12 Jun 2011 10:19:21 +0200 Subject: Publisher-side filtering for multi-part messages fixed 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 740d1e2..a2e7335 100644 --- a/src/xpub.hpp +++ b/src/xpub.hpp @@ -66,6 +66,9 @@ namespace zmq // Distributor of messages holding the list of outbound pipes. dist_t dist; + // True if we are in the middle of sending a multi-part message. + bool more; + // List of pending (un)subscriptions, ie. those that were already // applied to the trie, but not yet received by the user. typedef std::deque pending_t; -- cgit v1.2.3