summaryrefslogtreecommitdiffstats
path: root/remoting/host/heartbeat_sender.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/heartbeat_sender.h')
-rw-r--r--remoting/host/heartbeat_sender.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/heartbeat_sender.h b/remoting/host/heartbeat_sender.h
index 92425fe..f2f5a47 100644
--- a/remoting/host/heartbeat_sender.h
+++ b/remoting/host/heartbeat_sender.h
@@ -122,6 +122,8 @@ class HeartbeatSender : public SignalStrategy::Listener {
int sequence_id_;
bool sequence_id_was_set_;
int sequence_id_recent_set_num_;
+ bool heartbeat_succeeded_;
+ int failed_startup_heartbeat_count_;
DISALLOW_COPY_AND_ASSIGN(HeartbeatSender);
};