From 2f219d7c287cd518bc77b576e507d7a17c9535e9 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 27 Mar 2010 21:25:40 +0100 Subject: ZMQ_TBC renamed to ZMQ_MORE --- src/sub.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sub.hpp') diff --git a/src/sub.hpp b/src/sub.hpp index d630731..7b997c9 100644 --- a/src/sub.hpp +++ b/src/sub.hpp @@ -70,7 +70,7 @@ namespace zmq // If true, part of a multipart message was already received, but // there are following parts still waiting. - bool tbc; + bool more; sub_t (const sub_t&); void operator = (const sub_t&); -- cgit v1.2.3