Update pipe.hpp

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

View File

@ -115,6 +115,8 @@ class pipe_t ZMQ_FINAL : public object_t,
// Returns true if HWM is not reached
bool check_hwm () const;
bool is_active () const;
void set_endpoint_pair (endpoint_uri_pair_t endpoint_pair_);
const endpoint_uri_pair_t &get_endpoint_pair () const;