mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
ZMQ_TBC renamed to ZMQ_MORE
This commit is contained in:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user