mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +01:00
ZMQ_TYPE socket option added
This commit is contained in:
committed by
Martin Sustrik
parent
6715f9b185
commit
87beaaa00d
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user