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/req.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/req.hpp') diff --git a/src/req.hpp b/src/req.hpp index 93dc745..5ab7bca 100644 --- a/src/req.hpp +++ b/src/req.hpp @@ -79,7 +79,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 awaiting the reply from. class reader_t *reply_pipe; -- cgit v1.2.3