diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2010-12-25 11:27:14 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-25 11:27:14 +0200 |
| commit | c37eb9b139a6730e2bd835dd8820a3be92b855cb (patch) | |
| tree | 38ef6c5c111f4cefa1136eeae2ebb1afbd00bc23 /src/connection.h | |
| parent | ed6039d47240e744df28b8c486f50208519bfc9c (diff) | |
| download | dragonfireclient-c37eb9b139a6730e2bd835dd8820a3be92b855cb.tar.xz | |
tinkering around
Diffstat (limited to 'src/connection.h')
| -rw-r--r-- | src/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.h b/src/connection.h index ad45278ba..73d043710 100644 --- a/src/connection.h +++ b/src/connection.h @@ -477,7 +477,7 @@ public: // Calls PeerHandler::deletingPeer // Returns false if peer was not found - bool deletePeer(u16 peer_id); + bool deletePeer(u16 peer_id, bool timeout); void SetPeerID(u16 id){ m_peer_id = id; } u16 GetPeerID(){ return m_peer_id; } |
