Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-01-10 16:08:02 +0000
committerStijn Buys <ingar@osirion.org>2009-01-10 16:08:02 +0000
commit67a73b90a4c0f91ddf9322cf0ecfc6c99016e384 (patch)
tree3f36be57d9c7c548172bd598b4d128c5efc2d565 /src/core/netconnection.h
parentd0d4bd189e2654b61be7740edd15d96b6cab968d (diff)
ping issues
Diffstat (limited to 'src/core/netconnection.h')
-rw-r--r--src/core/netconnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/netconnection.h b/src/core/netconnection.h
index 371ab04..a17b35d 100644
--- a/src/core/netconnection.h
+++ b/src/core/netconnection.h
@@ -101,7 +101,7 @@ public:
protected:
/// send a ping reply
- void send_ping_reply();
+ void send_ping_reply(unsigned long timestamp);
/// add a raw network message to the send queue
void send_raw(std::string const &msg);