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/fq.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fq.hpp') diff --git a/src/fq.hpp b/src/fq.hpp index 28217ec..5c699ee 100644 --- a/src/fq.hpp +++ b/src/fq.hpp @@ -57,7 +57,7 @@ namespace zmq // If true, part of a multipart message was already received, but // there are following parts still waiting in the current pipe. - bool tbc; + bool more; fq_t (const fq_t&); void operator = (const fq_t&); -- cgit v1.2.3