From 4c6d07d3668558d910c9b1d19d52ccdeacc90574 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 18 Sep 2010 07:37:36 +0200 Subject: single term ack counting mechanism for every socket (no separate mechanisms for fq_t and lb_t) --- src/push.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/push.cpp') diff --git a/src/push.cpp b/src/push.cpp index f587cef..20943fc 100644 --- a/src/push.cpp +++ b/src/push.cpp @@ -44,17 +44,10 @@ void zmq::push_t::xattach_pipes (class reader_t *inpipe_, void zmq::push_t::process_term () { - register_term_acks (1); lb.terminate (); - socket_base_t::process_term (); } -void zmq::push_t::terminated () -{ - unregister_term_ack (); -} - int zmq::push_t::xsend (zmq_msg_t *msg_, int flags_) { return lb.send (msg_, flags_); -- cgit v1.2.3