diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-03-27 21:25:40 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-03-27 21:25:40 +0100 |
commit | 2f219d7c287cd518bc77b576e507d7a17c9535e9 (patch) | |
tree | 02020070a444165da6bbc43c0ea11a8a2ee98a6b /src/fq.hpp | |
parent | 842b4dd2e492459cbc0cc79ffdb34ddab8f0b528 (diff) |
ZMQ_TBC renamed to ZMQ_MORE
Diffstat (limited to 'src/fq.hpp')
-rw-r--r-- | src/fq.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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&); |