summaryrefslogtreecommitdiff
path: root/src/socket_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket_base.hpp')
-rw-r--r--src/socket_base.hpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/socket_base.hpp b/src/socket_base.hpp
index 2257fbe..4ccac48 100644
--- a/src/socket_base.hpp
+++ b/src/socket_base.hpp
@@ -24,6 +24,7 @@
#include <string>
#include "object.hpp"
+#include "options.hpp"
#include "stdint.hpp"
namespace zmq
@@ -66,12 +67,7 @@ namespace zmq
class app_thread_t *app_thread;
// Socket options.
- int64_t hwm;
- int64_t lwm;
- int64_t swap;
- uint64_t mask;
- uint64_t affinity;
- std::string session_id;
+ options_t options;
socket_base_t (const socket_base_t&);
void operator = (const socket_base_t&);