From bbfac783f91f6692b7f9c0aa5392ac955f7b49bf Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 27 Mar 2010 09:43:49 +0100 Subject: multi-part message work with UPSTREAM/DOWNSTREAM --- src/lb.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lb.hpp') 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&); }; -- cgit v1.2.3