summaryrefslogtreecommitdiff
path: root/src/options.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.hpp')
-rw-r--r--src/options.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/options.hpp b/src/options.hpp
index f1982da..d8847f5 100644
--- a/src/options.hpp
+++ b/src/options.hpp
@@ -23,7 +23,6 @@
#include "stddef.h"
#include "stdint.hpp"
-#include "blob.hpp"
namespace zmq
{
@@ -39,8 +38,8 @@ namespace zmq
int sndhwm;
int rcvhwm;
+ // I/O thread affinity.
uint64_t affinity;
- blob_t identity;
// Maximum tranfer rate [kb/s]. Default 100kb/s.
int rate;