Code cleanup

This commit is contained in:
Martin Hurton
2014-09-11 16:00:48 +02:00
parent 41a9968c2e
commit 5a497d7d0c
3 changed files with 18 additions and 30 deletions

View File

@@ -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 ()