Skip to content

Commit

Permalink
Update pipe.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuXxxx committed Mar 11, 2024
1 parent 2e3360c commit 5db878e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pipe.hpp
Expand Up @@ -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;

Expand Down

0 comments on commit 5db878e

Please sign in to comment.