summaryrefslogtreecommitdiff
path: root/src/lb.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-03-27 09:43:49 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-03-27 09:43:49 +0100
commitbbfac783f91f6692b7f9c0aa5392ac955f7b49bf (patch)
tree40b9b7cff4e755770da71944af7dea200281f11c /src/lb.hpp
parented291b02516ac5c9fe01f328d505305d36fe6319 (diff)
multi-part message work with UPSTREAM/DOWNSTREAM
Diffstat (limited to 'src/lb.hpp')
-rw-r--r--src/lb.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lb.hpp b/src/lb.hpp
index 5bddc1e..79f83c5 100644
--- a/src/lb.hpp
+++ b/src/lb.hpp
@@ -53,6 +53,9 @@ namespace zmq
// Points to the last pipe that the most recent message was sent to.
pipes_t::size_type current;
+ // True if last we are in the middle of a multipart message.
+ bool tbc;
+
lb_t (const lb_t&);
void operator = (const lb_t&);
};