mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
multiple bugs fixed
This commit is contained in:
@@ -42,8 +42,9 @@ namespace zmq
|
||||
// Reads a message to the underlying pipe.
|
||||
bool read (struct zmq_msg_t *msg_);
|
||||
|
||||
// Mnaipulation of index of the pipe.
|
||||
void set_endpoint (i_endpoint *endpoint_);
|
||||
|
||||
// Mnaipulation of index of the pipe.
|
||||
void set_index (int index_);
|
||||
int get_index ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user