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

@@ -28,7 +28,6 @@ zmq::sub_t::sub_t (class app_thread_t *parent_) :
socket_base_t (parent_),
has_message (false)
{
options.type = ZMQ_SUB;
options.requires_in = true;
options.requires_out = false;
zmq_msg_init (&message);