From 558a133044ac638dafb7b0e9452a4d7e435177bf Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 17 Oct 2011 17:18:50 +0300 Subject: Display RTT (round trip time, ping) on client status text --- src/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 07ac930c9..52dd66ca2 100644 --- a/src/client.h +++ b/src/client.h @@ -301,6 +301,8 @@ public: return m_access_denied_reason; } + float getRTT(void); + private: // Virtual methods from con::PeerHandler -- cgit v1.2.3