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

@@ -23,7 +23,6 @@
#include "err.hpp"
zmq::options_t::options_t () :
type (-1),
hwm (0),
lwm (0),
swap (0),
@@ -34,7 +33,8 @@ zmq::options_t::options_t () :
sndbuf (0),
rcvbuf (0),
requires_in (false),
requires_out (false)
requires_out (false),
traceroute (false)
{
}