summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-28 17:25:12 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-28 17:25:12 -0400
commite4044eeb709c09f5577f7e77260ccf997a298156 (patch)
treeba69ffb4b5672eb4836aba1201750390667841ed /node/PacketDecoder.hpp
parentd5fdfaea56e6c3c1d8f8b5ade03d927c94825bec (diff)
downloadinfinitytier-e4044eeb709c09f5577f7e77260ccf997a298156.tar.gz
infinitytier-e4044eeb709c09f5577f7e77260ccf997a298156.zip
Finish stubbing out FILE_ stuff.
Diffstat (limited to 'node/PacketDecoder.hpp')
-rw-r--r--node/PacketDecoder.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/PacketDecoder.hpp b/node/PacketDecoder.hpp
index cb3522ff..8ec01594 100644
--- a/node/PacketDecoder.hpp
+++ b/node/PacketDecoder.hpp
@@ -122,6 +122,8 @@ 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 _doFILE_INFO_REQUEST(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
+ bool _doFILE_BLOCK_REQUEST(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
uint64_t _receiveTime;
Demarc::Port _localPort;