summaryrefslogtreecommitdiff
path: root/node/IncomingPacket.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-06 15:05:04 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-06 15:05:04 -0700
commitfad9dff2db26662e1496329057884b3b928cb1c9 (patch)
tree57880248cddc550459d795d987a850c268e5f362 /node/IncomingPacket.hpp
parent1632aec102f6cd03006bfa1c296f266928a0d9c4 (diff)
downloadinfinitytier-fad9dff2db26662e1496329057884b3b928cb1c9.tar.gz
infinitytier-fad9dff2db26662e1496329057884b3b928cb1c9.zip
Almost all of GitHub issue #180
Diffstat (limited to 'node/IncomingPacket.hpp')
-rw-r--r--node/IncomingPacket.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/IncomingPacket.hpp b/node/IncomingPacket.hpp
index 174fa38d..3bf7737d 100644
--- a/node/IncomingPacket.hpp
+++ b/node/IncomingPacket.hpp
@@ -121,6 +121,7 @@ private:
bool _doNETWORK_CONFIG_REFRESH(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer);
bool _doMULTICAST_GATHER(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer);
bool _doMULTICAST_FRAME(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer);
+ bool _doPUSH_DIRECT_PATHS(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer);
// Send an ERROR_NEED_MEMBERSHIP_CERTIFICATE to a peer indicating that an updated cert is needed to join
void _sendErrorNeedCertificate(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer,uint64_t nwid);