diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-14 18:20:03 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-14 18:20:03 -0700 |
| commit | c9af603b9f6cf8fbc158ff00e776d97fb62e27a1 (patch) | |
| tree | 61ba9a5c42883b245085a3c09ed713d68e6b0d56 /node/Node.hpp | |
| parent | aeb4b42ab321a45901bb4dc01a25653cd8b6c79b (diff) | |
| download | infinitytier-c9af603b9f6cf8fbc158ff00e776d97fb62e27a1.tar.gz infinitytier-c9af603b9f6cf8fbc158ff00e776d97fb62e27a1.zip | |
Add beacon broadcasting back into Node.
Diffstat (limited to 'node/Node.hpp')
| -rw-r--r-- | node/Node.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Node.hpp b/node/Node.hpp index 95751706..cd8914e6 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -252,6 +252,7 @@ private: uint64_t _startTimeAfterInactivity; uint64_t _lastPingCheck; uint64_t _lastHousekeepingRun; + uint64_t _lastBeacon; unsigned int _coreDesperation; unsigned int _newestVersionSeen[3]; // major, minor, revision bool _online; |
