From fb22ef053b7e73d62789e6c9816cbb918638ae85 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 15 Sep 2014 16:32:55 -0700 Subject: Move rest of NodeControl stuff out of node/ and into control/ --- node/RuntimeEnvironment.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'node/RuntimeEnvironment.hpp') diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp index 21fbc73a..767dd564 100644 --- a/node/RuntimeEnvironment.hpp +++ b/node/RuntimeEnvironment.hpp @@ -66,6 +66,9 @@ class RuntimeEnvironment { public: RuntimeEnvironment() : + homePath(), + identity(), + initialized(false), shutdownInProgress(false), tcpTunnelingEnabled(false), timeOfLastResynchronize(0), @@ -94,6 +97,9 @@ public: // This node's identity Identity identity; + // Are we initialized? + volatile bool initialized; + // Indicates that we are shutting down -- this is hacky, want to factor out volatile bool shutdownInProgress; -- cgit v1.2.3