summaryrefslogtreecommitdiff
path: root/src/i_endpoint.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_endpoint.hpp')
-rw-r--r--src/i_endpoint.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i_endpoint.hpp b/src/i_endpoint.hpp
index bb7409e..14a479e 100644
--- a/src/i_endpoint.hpp
+++ b/src/i_endpoint.hpp
@@ -26,6 +26,8 @@ namespace zmq
struct i_endpoint
{
virtual void revive (class reader_t *pipe_) = 0;
+ virtual void detach_inpipe (class reader_t *pipe_) = 0;
+ virtual void detach_outpipe (class writer_t *pipe_) = 0;
};
}