rename timer_started to reconnect_timer_started

This commit is contained in:
KIU Shueng Chuan
2015-08-04 20:19:01 +08:00
parent 5724b55f7b
commit 4a0bde8130
2 changed files with 7 additions and 7 deletions

View File

@@ -108,7 +108,7 @@ namespace zmq
const bool delayed_start;
// True iff a timer has been started.
bool timer_started;
bool reconnect_timer_started;
// Reference to the session we belong to.
zmq::session_base_t *session;