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:
@@ -137,7 +137,7 @@ namespace zmq
|
||||
|
||||
// The default implementation assumes that recv in not supported.
|
||||
virtual bool xhas_in ();
|
||||
virtual int xrecv (zmq::msg_t *msg_, int flags_);
|
||||
virtual int xrecv (zmq::msg_t *msg_);
|
||||
|
||||
// i_pipe_events will be forwarded to these functions.
|
||||
virtual void xread_activated (pipe_t *pipe_);
|
||||
|
||||
Reference in New Issue
Block a user