mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
Don't pass flags to xsend method
This commit is contained in:
@@ -42,7 +42,7 @@ namespace zmq
|
||||
protected:
|
||||
|
||||
int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
|
||||
int xsend (zmq::msg_t *msg_, int flags_);
|
||||
int xsend (zmq::msg_t *msg_);
|
||||
bool xhas_out ();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user