summaryrefslogtreecommitdiff
path: root/src/p2p.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/p2p.hpp')
-rw-r--r--src/p2p.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/p2p.hpp b/src/p2p.hpp
index bca0eab..e12b58c 100644
--- a/src/p2p.hpp
+++ b/src/p2p.hpp
@@ -39,6 +39,7 @@ namespace zmq
void xdetach_outpipe (class writer_t *pipe_);
void xkill (class reader_t *pipe_);
void xrevive (class reader_t *pipe_);
+ void xrevive (class writer_t *pipe_);
int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
int xsend (zmq_msg_t *msg_, int flags_);
int xflush ();