diff options
Diffstat (limited to 'node/Peer.hpp')
-rw-r--r-- | node/Peer.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Peer.hpp b/node/Peer.hpp index 231e874d..d9ed5670 100644 --- a/node/Peer.hpp +++ b/node/Peer.hpp @@ -441,6 +441,7 @@ private: uint64_t _lastUnicastFrame; uint64_t _lastMulticastFrame; uint64_t _lastAnnouncedTo; + uint64_t _lastPathConfirmationSent; uint16_t _vProto; uint16_t _vMajor; uint16_t _vMinor; |