mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 03:20:13 +01:00
Don't pass flags to xrecv method
This commit is contained in:
@@ -224,11 +224,8 @@ int zmq::router_t::xsend (msg_t *msg_)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int zmq::router_t::xrecv (msg_t *msg_, int flags_)
|
||||
int zmq::router_t::xrecv (msg_t *msg_)
|
||||
{
|
||||
// flags_ is unused
|
||||
(void)flags_;
|
||||
|
||||
if (prefetched) {
|
||||
if (!identity_sent) {
|
||||
int rc = msg_->move (prefetched_id);
|
||||
|
||||
Reference in New Issue
Block a user