summaryrefslogtreecommitdiff
path: root/src/pull.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pull.hpp')
-rw-r--r--src/pull.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pull.hpp b/src/pull.hpp
index 1b53e3b..d80bf60 100644
--- a/src/pull.hpp
+++ b/src/pull.hpp
@@ -44,7 +44,7 @@ namespace zmq
private:
// Hook into the termination process.
- void process_term ();
+ void process_term (int linger_);
// Fair queueing object for inbound pipes.
fq_t fq;