summaryrefslogtreecommitdiff
path: root/src/options.hpp
diff options
context:
space:
mode:
authorGonzalo Diethelm <gdiethelm@dcv.cl>2010-09-28 15:27:45 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-09-28 15:27:45 +0200
commit87beaaa00d49d216f856b8322f1ad04e4f9ecea3 (patch)
treef6feb3fd05c3691d7315636464fcf4c9a4f1afcc /src/options.hpp
parent6715f9b1858587db6aec826bdc9a7905bba8030e (diff)
ZMQ_TYPE socket option added
Diffstat (limited to 'src/options.hpp')
-rw-r--r--src/options.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/options.hpp b/src/options.hpp
index 908b166..ea0c841 100644
--- a/src/options.hpp
+++ b/src/options.hpp
@@ -51,6 +51,9 @@ namespace zmq
uint64_t sndbuf;
uint64_t rcvbuf;
+ // Socket type.
+ int type;
+
// These options are never set by the user directly. Instead they are
// provided by the specific socket type.
bool requires_in;