summaryrefslogtreecommitdiff
path: root/src/req.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-02-12 19:42:35 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-02-12 19:42:35 +0100
commit313b5dfadd8753b341197cc109bce40e08856cf6 (patch)
tree28cb7ec6f955ca12a28a7cf58fc5751d94227bc7 /src/req.cpp
parent96e0442332fcc680ddafdcaa8fcbdc6acd992c76 (diff)
Multi-hop REQ/REP, part III., change 'type' in options to simple 'traceroute' flag
Diffstat (limited to 'src/req.cpp')
-rw-r--r--src/req.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/req.cpp b/src/req.cpp
index 9b1766e..c9240e0 100644
--- a/src/req.cpp
+++ b/src/req.cpp
@@ -30,7 +30,6 @@ zmq::req_t::req_t (class app_thread_t *parent_) :
reply_pipe_active (false),
reply_pipe (NULL)
{
- options.type = ZMQ_REQ;
options.requires_in = true;
options.requires_out = true;
}