Add beacon broadcasting back into Node.
This commit is contained in:
parent
aeb4b42ab3
commit
c9af603b9f
2 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue