summaryrefslogtreecommitdiff
path: root/node/RuntimeEnvironment.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-08 18:25:40 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-08 18:25:40 -0700
commitd9e9b60a98a9acc1bc2b078f95541063bdef5db4 (patch)
tree9fb37b1a8a3280031f4731e123990616be53829a /node/RuntimeEnvironment.hpp
parente34bc961dbf85bb7a1d0a12637f306fe81c9aef6 (diff)
downloadinfinitytier-d9e9b60a98a9acc1bc2b078f95541063bdef5db4.tar.gz
infinitytier-d9e9b60a98a9acc1bc2b078f95541063bdef5db4.zip
Node status and network list.
Diffstat (limited to 'node/RuntimeEnvironment.hpp')
-rw-r--r--node/RuntimeEnvironment.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp
index ada51381..6bb8c3cf 100644
--- a/node/RuntimeEnvironment.hpp
+++ b/node/RuntimeEnvironment.hpp
@@ -69,6 +69,8 @@ public:
// This node's identity
Identity identity;
+ std::string publicIdentityStr;
+ std::string secretIdentityStr;
// This is set externally to an instance of this base class if netconf functionality is enabled
NetworkConfigMaster *netconfMaster;