summaryrefslogtreecommitdiff
path: root/src/options.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-02-13 15:30:03 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-02-13 15:30:03 +0100
commit4405250d93a2ad6eb3940c4bc4fe8ea32bd52f9e (patch)
tree529c5b87ed71453e406f8bd5e74b84f1b48fe5e2 /src/options.hpp
parentf5ce81f2893ec0707c2f4346740878e68b51e13a (diff)
Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_t
Diffstat (limited to 'src/options.hpp')
-rw-r--r--src/options.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/options.hpp b/src/options.hpp
index f9ff6e4..541e6e8 100644
--- a/src/options.hpp
+++ b/src/options.hpp
@@ -20,10 +20,9 @@
#ifndef __ZMQ_OPTIONS_HPP_INCLUDED__
#define __ZMQ_OPTIONS_HPP_INCLUDED__
-#include <string>
-
#include "stddef.h"
#include "stdint.hpp"
+#include "blob.hpp"
namespace zmq
{
@@ -38,7 +37,7 @@ namespace zmq
int64_t lwm;
int64_t swap;
uint64_t affinity;
- std::string identity;
+ blob_t identity;
// Maximum tranfer rate [kb/s]. Default 100kb/s.
uint32_t rate;