summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-01-28 10:41:43 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-01-28 10:41:43 -0800
commit8b65b3e6d78fdf4be82ab79f37c477bf2b675c0e (patch)
tree86f135242f584b3dd49ccce1b636227537b4d7dd /node/PacketDecoder.hpp
parentffffc0179f57a2b2de0a4bf09a354f2fa5498be5 (diff)
downloadinfinitytier-8b65b3e6d78fdf4be82ab79f37c477bf2b675c0e.tar.gz
infinitytier-8b65b3e6d78fdf4be82ab79f37c477bf2b675c0e.zip
Yank PROBE stuff since it's not used and was a premature addition to the protocol.
Diffstat (limited to 'node/PacketDecoder.hpp')
-rw-r--r--node/PacketDecoder.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/PacketDecoder.hpp b/node/PacketDecoder.hpp
index 8b1cf342..72b05290 100644
--- a/node/PacketDecoder.hpp
+++ b/node/PacketDecoder.hpp
@@ -122,7 +122,6 @@ private:
bool _doNETWORK_MEMBERSHIP_CERTIFICATE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
bool _doNETWORK_CONFIG_REQUEST(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
bool _doNETWORK_CONFIG_REFRESH(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
- bool _doPROBE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
uint64_t _receiveTime;
Demarc::Port _localPort;