summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-29 13:56:20 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-29 13:56:20 -0400
commita53cfc909638ea9eeb2bd477cee20d106f79bf6d (patch)
treecbac1b06e6cbf1a88868cb6da06c347bb8561880 /node/PacketDecoder.hpp
parente7b515c86c34e2805e136152a2719bc6ad86e46f (diff)
downloadinfinitytier-a53cfc909638ea9eeb2bd477cee20d106f79bf6d.tar.gz
infinitytier-a53cfc909638ea9eeb2bd477cee20d106f79bf6d.zip
Network membership certificate work in progress... does not build yet.
Diffstat (limited to 'node/PacketDecoder.hpp')
-rw-r--r--node/PacketDecoder.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/node/PacketDecoder.hpp b/node/PacketDecoder.hpp
index e595d326..1cd1dca7 100644
--- a/node/PacketDecoder.hpp
+++ b/node/PacketDecoder.hpp
@@ -122,6 +122,9 @@ private:
bool _doFRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
bool _doMULTICAST_LIKE(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
bool _doMULTICAST_FRAME(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
+ bool _doNETWORK_PERMISSION_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);
uint64_t _receiveTime;
Demarc::Port _localPort;