Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/netconnection.h')
-rw-r--r--src/core/netconnection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/netconnection.h b/src/core/netconnection.h
index e6e31f7..371ab04 100644
--- a/src/core/netconnection.h
+++ b/src/core/netconnection.h
@@ -100,6 +100,9 @@ public:
inline unsigned long timestamp() const { return connection_timestamp; }
protected:
+ /// send a ping reply
+ void send_ping_reply();
+
/// add a raw network message to the send queue
void send_raw(std::string const &msg);