ZMQ_TYPE socket option added

This commit is contained in:
Gonzalo Diethelm
2010-09-28 15:27:45 +02:00
committed by Martin Sustrik
parent 6715f9b185
commit 87beaaa00d
14 changed files with 37 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ zmq::req_t::req_t (class ctx_t *parent_, uint32_t slot_) :
receiving_reply (false),
message_begins (true)
{
options.type = ZMQ_REQ;
}
zmq::req_t::~req_t ()