Problem: tipc_connector_t::_timer_started is unspecifically named

Solution: rename to _reconnect_timer_started
This commit is contained in:
Simon Giesecke
2019-01-31 08:22:54 -05:00
parent ca87aaed57
commit 065e81879a
2 changed files with 7 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ class tipc_connecter_t : public own_t, public io_object_t
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;