From 61ad236e9543a569fe066872a5fda4fa40ea7591 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 13 Mar 2010 14:40:10 +0100 Subject: ZMQ_NOFLUSH and zmq_flush obsoleted --- src/lb.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lb.cpp') diff --git a/src/lb.cpp b/src/lb.cpp index d7193f1..e282d24 100644 --- a/src/lb.cpp +++ b/src/lb.cpp @@ -80,8 +80,7 @@ int zmq::lb_t::send (zmq_msg_t *msg_, int flags_) return -1; } - if (!(flags_ & ZMQ_NOFLUSH)) - pipes [current]->flush (); + pipes [current]->flush (); // Detach the message from the data buffer. int rc = zmq_msg_init (msg_); -- cgit v1.2.3