summaryrefslogtreecommitdiff
path: root/src/zmq_listener.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zmq_listener.hpp')
-rw-r--r--src/zmq_listener.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/zmq_listener.hpp b/src/zmq_listener.hpp
index 0a5ef0f..f157cf6 100644
--- a/src/zmq_listener.hpp
+++ b/src/zmq_listener.hpp
@@ -23,7 +23,6 @@
#include "own.hpp"
#include "io_object.hpp"
#include "tcp_listener.hpp"
-#include "options.hpp"
#include "stdint.hpp"
namespace zmq
@@ -44,7 +43,7 @@ namespace zmq
// Handlers for incoming commands.
void process_plug ();
- void process_term ();
+ void process_term (int linger_);
// Handlers for I/O events.
void in_event ();
@@ -55,9 +54,6 @@ namespace zmq
// Handle corresponding to the listening socket.
handle_t handle;
- // Associated socket options.
- options_t options;
-
// Socket the listerner belongs to.
class socket_base_t *socket;