mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-14 23:07:59 +02:00
Code cleanup
This commit is contained in:
@@ -26,11 +26,11 @@
|
||||
|
||||
zmq::xpub_t::xpub_t (class ctx_t *parent_, uint32_t tid_, int sid_) :
|
||||
socket_base_t (parent_, tid_, sid_),
|
||||
verbose(false),
|
||||
more (false)
|
||||
verbose (false),
|
||||
more (false),
|
||||
lossy (true)
|
||||
{
|
||||
options.type = ZMQ_XPUB;
|
||||
lossy = true;
|
||||
}
|
||||
|
||||
zmq::xpub_t::~xpub_t ()
|
||||
|
Reference in New Issue
Block a user