summaryrefslogtreecommitdiff
path: root/src/zmq_connecter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zmq_connecter.hpp')
-rw-r--r--src/zmq_connecter.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/zmq_connecter.hpp b/src/zmq_connecter.hpp
index 16bfc31..7a516f0 100644
--- a/src/zmq_connecter.hpp
+++ b/src/zmq_connecter.hpp
@@ -56,6 +56,9 @@ namespace zmq
// Internal function to start the actual connection establishment.
void start_connecting ();
+ // Internal function to return the reconnect backoff delay.
+ int get_reconnect_period ();
+
// Actual connecting socket.
tcp_connecter_t tcp_connecter;