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, 3 insertions, 0 deletions
diff --git a/src/options.hpp b/src/options.hpp
index 9b57ab6..47a0d63 100644
--- a/src/options.hpp
+++ b/src/options.hpp
@@ -57,6 +57,9 @@ namespace zmq
// Linger time, in milliseconds.
int linger;
+ // Interval between attempts to reconnect, in milliseconds.
+ int reconnect_ivl;
+
// These options are never set by the user directly. Instead they are
// provided by the specific socket type.
bool requires_in;