diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-27 16:03:13 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-27 16:03:13 -0400 |
commit | 0dca9964bfde0513727015ac7bb444d13dfc5e5e (patch) | |
tree | 549c84404ec3df25a3203df892e9e2067b1a34a3 /node/PacketDecoder.hpp | |
parent | 4e010da54b3d660376e4d583a2ca3e8befd60899 (diff) | |
download | infinitytier-0dca9964bfde0513727015ac7bb444d13dfc5e5e.tar.gz infinitytier-0dca9964bfde0513727015ac7bb444d13dfc5e5e.zip |
Whew, it builds!
Diffstat (limited to 'node/PacketDecoder.hpp')
-rw-r--r-- | node/PacketDecoder.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node/PacketDecoder.hpp b/node/PacketDecoder.hpp index 8e10578e..3028296e 100644 --- a/node/PacketDecoder.hpp +++ b/node/PacketDecoder.hpp @@ -137,9 +137,9 @@ private: bool _doWHOIS(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); bool _doRENDEZVOUS(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); bool _doFRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); - bool _doMULTICAST_LIKE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); - bool _doMULTICAST_GOT(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); + bool _doPROXY_FRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); bool _doMULTICAST_FRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); + bool _doMULTICAST_LIKE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer); 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); |