Update pipe.cpp

This commit is contained in:
ZhuXxxx 2024-03-11 18:20:50 +08:00 committed by GitHub
parent 481cc3fa2c
commit 2e3360c497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)