mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
Rename i_inout to i_engine_sink
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -184,7 +184,7 @@ namespace zmq
|
||||
decoder_t (size_t bufsize_, int64_t maxmsgsize_);
|
||||
~decoder_t ();
|
||||
|
||||
void set_inout (struct i_inout *destination_);
|
||||
void set_sink (struct i_engine_sink *sink_);
|
||||
|
||||
private:
|
||||
|
||||
@@ -193,7 +193,7 @@ namespace zmq
|
||||
bool flags_ready ();
|
||||
bool message_ready ();
|
||||
|
||||
struct i_inout *destination;
|
||||
struct i_engine_sink *sink;
|
||||
unsigned char tmpbuf [8];
|
||||
msg_t in_progress;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user