mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Don't pass flags to xsend method
This commit is contained in:
@@ -133,7 +133,7 @@ namespace zmq
|
||||
|
||||
// The default implementation assumes that send is not supported.
|
||||
virtual bool xhas_out ();
|
||||
virtual int xsend (zmq::msg_t *msg_, int flags_);
|
||||
virtual int xsend (zmq::msg_t *msg_);
|
||||
|
||||
// The default implementation assumes that recv in not supported.
|
||||
virtual bool xhas_in ();
|
||||
|
||||
Reference in New Issue
Block a user