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/lb.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lb.hpp') diff --git a/src/lb.hpp b/src/lb.hpp index ea965f8..29ea343 100644 --- a/src/lb.hpp +++ b/src/lb.hpp @@ -32,7 +32,7 @@ namespace zmq { public: - lb_t (struct i_terminate_events *sink_); + lb_t (class own_t *sink_); ~lb_t (); void attach (writer_t *pipe_); @@ -61,7 +61,7 @@ namespace zmq bool more; // Object to send events to. - struct i_terminate_events *sink; + class own_t *sink; // If true, termination process is already underway. bool terminating; -- cgit v1.2.3