summaryrefslogtreecommitdiff
path: root/src/fq.cpp
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.cpp
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.cpp')
-rw-r--r--src/fq.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fq.cpp b/src/fq.cpp
index 2c3a9d9..67c9bb0 100644
--- a/src/fq.cpp
+++ b/src/fq.cpp
@@ -73,6 +73,10 @@ void zmq::fq_t::terminated (reader_t *pipe_)
sink->unregister_term_ack ();
}
+void zmq::fq_t::delimited (reader_t *pipe_)
+{
+}
+
void zmq::fq_t::terminate ()
{
zmq_assert (!terminating);