Multi-hop REQ/REP, part III., change 'type' in options to simple 'traceroute' flag

This commit is contained in:
Martin Sustrik
2010-02-12 19:42:35 +01:00
parent 96e0442332
commit 313b5dfadd
12 changed files with 10 additions and 15 deletions

View File

@@ -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;
}