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/rep.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rep.hpp') diff --git a/src/rep.hpp b/src/rep.hpp index 3ec2b53..aef4318 100644 --- a/src/rep.hpp +++ b/src/rep.hpp @@ -70,7 +70,7 @@ namespace zmq // True, if message processed at the moment (either sent or received) // is processed only partially. - bool tbc; + bool more; // Pipe we are going to send reply to. class writer_t *reply_pipe; -- cgit v1.2.3