summaryrefslogtreecommitdiff
path: root/src/pull.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pull.cpp')
-rw-r--r--src/pull.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pull.cpp b/src/pull.cpp
index c5f6a8e..5bccf06 100644
--- a/src/pull.cpp
+++ b/src/pull.cpp
@@ -42,10 +42,10 @@ void zmq::pull_t::xattach_pipes (class reader_t *inpipe_,
fq.attach (inpipe_);
}
-void zmq::pull_t::process_term ()
+void zmq::pull_t::process_term (int linger_)
{
fq.terminate ();
- socket_base_t::process_term ();
+ socket_base_t::process_term (linger_);
}
int zmq::pull_t::xrecv (zmq_msg_t *msg_, int flags_)