Problem: ipc_connector_t::_timer_started is unspecifically named

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

View File

@@ -112,7 +112,7 @@ class ipc_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;