summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-23 22:46:04 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-23 22:46:04 -0700
commit668c428051706e33a1d5a411a1b446ca865a4854 (patch)
tree07c80e0e5b750efb3da385e89d3e27ead83a5ce6 /node/PacketDecoder.hpp
parent10fc164fcbdeb678e224019d860738d016b6f030 (diff)
downloadinfinitytier-668c428051706e33a1d5a411a1b446ca865a4854.tar.gz
infinitytier-668c428051706e33a1d5a411a1b446ca865a4854.zip
Basic RPC stuff in Packet and PacketDecoder for RPC service support.
Diffstat (limited to 'node/PacketDecoder.hpp')
-rw-r--r--node/PacketDecoder.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/PacketDecoder.hpp b/node/PacketDecoder.hpp
index e595d326..82bf9aee 100644
--- a/node/PacketDecoder.hpp
+++ b/node/PacketDecoder.hpp
@@ -122,6 +122,7 @@ 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 _doRPC(const RuntimeEnvironment *_r,const SharedPtr<Peer> &peer);
uint64_t _receiveTime;
Demarc::Port _localPort;