summaryrefslogtreecommitdiff
path: root/src/fq.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-10-08 17:23:21 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-10-08 17:23:21 +0200
commit7a685b0f88386b11c4c1fcbb45324aa28f4e2eac (patch)
treee26729a4aebeb487b699a09330a8856521375d24 /src/fq.hpp
parent965fb7755b50ca1522f076da46fa3651812126e1 (diff)
Clean-up of session termination process
Specifically, shutdown of child objects is initiated *before* termination handshake with socket object. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/fq.hpp')
-rw-r--r--src/fq.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fq.hpp b/src/fq.hpp
index c356b21..8825d92 100644
--- a/src/fq.hpp
+++ b/src/fq.hpp
@@ -45,6 +45,7 @@ namespace zmq
// i_reader_events implementation.
void activated (reader_t *pipe_);
void terminated (reader_t *pipe_);
+ void delimited (reader_t *pipe_);
private: