From c9af603b9f6cf8fbc158ff00e776d97fb62e27a1 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 14 Apr 2015 18:20:03 -0700 Subject: Add beacon broadcasting back into Node. --- node/Node.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'node/Node.hpp') 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; -- cgit v1.2.3