diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-01-11 14:29:57 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-01-11 14:29:57 -0800 |
| commit | f87326fc21fb6db0944730ba1fe961d8bb249450 (patch) | |
| tree | 518cd8a9ef3f44dafae5065870571e6ff65429fe /node/Node.hpp | |
| parent | 0574a70fac7ead502b983252583d5f05191b29cb (diff) | |
| download | infinitytier-f87326fc21fb6db0944730ba1fe961d8bb249450.tar.gz infinitytier-f87326fc21fb6db0944730ba1fe961d8bb249450.zip | |
Fixes for lock ordering -- GitHub issue #573
Diffstat (limited to 'node/Node.hpp')
| -rw-r--r-- | node/Node.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Node.hpp b/node/Node.hpp index 82f35c56..79284b63 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -284,7 +284,7 @@ private: Address _remoteTraceTarget; enum Trace::Level _remoteTraceLevel; - int64_t _now; + volatile int64_t _now; int64_t _lastPingCheck; int64_t _lastHousekeepingRun; int64_t _lastMemoizedTraceSettings; |
