mirror of
https://github.com/zeromq/libzmq
synced 2025-03-28 21:13:24 +00:00
Update pipe.cpp
This commit is contained in:
parent
481cc3fa2c
commit
2e3360c497
@ -537,6 +537,11 @@ bool zmq::pipe_t::check_hwm () const
|
||||
return !full;
|
||||
}
|
||||
|
||||
bool zmq::pipe_t::is_active() const
|
||||
{
|
||||
return active == _state;
|
||||
}
|
||||
|
||||
void zmq::pipe_t::send_hwms_to_peer (int inhwm_, int outhwm_)
|
||||
{
|
||||
if (_state == active)
|
||||
|
Loading…
x
Reference in New Issue
Block a user