From 6a5120b1f1c48d19b777f76ac756b00fb624d110 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 2 Sep 2009 10:22:23 +0200 Subject: python extension & perf tests --- src/i_endpoint.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/i_endpoint.hpp') diff --git a/src/i_endpoint.hpp b/src/i_endpoint.hpp index 14a479e..8ee2984 100644 --- a/src/i_endpoint.hpp +++ b/src/i_endpoint.hpp @@ -25,6 +25,8 @@ namespace zmq struct i_endpoint { + virtual void attach_inpipe (class reader_t *pipe_) = 0; + virtual void attach_outpipe (class writer_t *pipe_) = 0; 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; -- cgit v1.2.3