mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Don't pass flags to xrecv method
This commit is contained in:
@@ -51,7 +51,7 @@ namespace zmq
|
||||
void xattach_pipe (zmq::pipe_t *pipe_, bool icanhasall_);
|
||||
int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
|
||||
int xsend (msg_t *msg_);
|
||||
int xrecv (msg_t *msg_, int flags_);
|
||||
int xrecv (msg_t *msg_);
|
||||
bool xhas_in ();
|
||||
bool xhas_out ();
|
||||
void xread_activated (zmq::pipe_t *pipe_);
|
||||
|
||||
Reference in New Issue
Block a user