summaryrefslogtreecommitdiff
path: root/src/fq.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/fq.hpp
parentfb6ce536d96c82e8f4378a87a5d59aefcc57a96d (diff)
single term ack counting mechanism for every socket (no separate mechanisms for fq_t and lb_t)
Diffstat (limited to 'src/fq.hpp')
-rw-r--r--src/fq.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fq.hpp b/src/fq.hpp
index fd853d8..c356b21 100644
--- a/src/fq.hpp
+++ b/src/fq.hpp
@@ -33,7 +33,7 @@ namespace zmq
{
public:
- fq_t (struct i_terminate_events *sink_);
+ fq_t (class own_t *sink_);
~fq_t ();
void attach (reader_t *pipe_);
@@ -64,7 +64,7 @@ namespace zmq
bool more;
// Object to send events to.
- i_terminate_events *sink;
+ class own_t *sink;
// If true, termination process is already underway.
bool terminating;