summaryrefslogtreecommitdiff
path: root/src/upstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/upstream.cpp')
-rw-r--r--src/upstream.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/upstream.cpp b/src/upstream.cpp
index 7ff1157..8163c18 100644
--- a/src/upstream.cpp
+++ b/src/upstream.cpp
@@ -62,6 +62,11 @@ void zmq::upstream_t::xrevive (class reader_t *pipe_)
fq.revive (pipe_);
}
+void zmq::upstream_t::xrevive (class writer_t *pipe_)
+{
+ zmq_assert (false);
+}
+
int zmq::upstream_t::xsetsockopt (int option_, const void *optval_,
size_t optvallen_)
{