summaryrefslogtreecommitdiff
path: root/src/lb.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-09-18 07:37:36 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-09-18 07:37:36 +0200
commit4c6d07d3668558d910c9b1d19d52ccdeacc90574 (patch)
tree3530c8b03e9b475165d8bb3cf2eb425f5bfdd45e /src/lb.hpp
parentfb6ce536d96c82e8f4378a87a5d59aefcc57a96d (diff)
single term ack counting mechanism for every socket (no separate mechanisms for fq_t and lb_t)
Diffstat (limited to 'src/lb.hpp')
-rw-r--r--src/lb.hpp4
1 files changed, 2 insertions, 2 deletions
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;