summaryrefslogtreecommitdiff
path: root/src/upstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/upstream.cpp')
-rw-r--r--src/upstream.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/upstream.cpp b/src/upstream.cpp
index bdcd5ef..390dcbe 100644
--- a/src/upstream.cpp
+++ b/src/upstream.cpp
@@ -25,6 +25,7 @@
zmq::upstream_t::upstream_t (class app_thread_t *parent_) :
socket_base_t (parent_)
{
+ options.type = ZMQ_UPSTREAM;
options.requires_in = true;
options.requires_out = false;
}