mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
removed dependency on deprecated encoder_base::has_data() method
This commit is contained in:
@@ -162,11 +162,12 @@ namespace zmq
|
||||
// Sender state
|
||||
msg_t tx_msg;
|
||||
v2_encoder_t zmq_encoder; // for tx messages (we use v2 for now)
|
||||
NormObjectHandle norm_tx_stream;
|
||||
bool tx_first_msg;
|
||||
bool tx_more_bit;
|
||||
bool zmq_output_ready; // zmq has msg(s) to send
|
||||
NormObjectHandle norm_tx_stream;
|
||||
bool norm_tx_ready; // norm has tx queue vacancy
|
||||
// tbd - maybe don't need buffer if can access encoder buffer directly?
|
||||
// tbd - maybe don't need buffer if can access zmq message buffer directly?
|
||||
char tx_buffer[BUFFER_SIZE];
|
||||
unsigned int tx_index;
|
||||
unsigned int tx_len;
|
||||
|
||||
Reference in New Issue
Block a user