summaryrefslogtreecommitdiff
path: root/src/pair.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pair.hpp')
-rw-r--r--src/pair.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pair.hpp b/src/pair.hpp
index 030fb97..a14544f 100644
--- a/src/pair.hpp
+++ b/src/pair.hpp
@@ -56,7 +56,7 @@ namespace zmq
private:
// Hook into termination process.
- void process_term ();
+ void process_term (int linger_);
class reader_t *inpipe;
class writer_t *outpipe;