From d9e9b60a98a9acc1bc2b078f95541063bdef5db4 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 8 Apr 2015 18:25:40 -0700 Subject: Node status and network list. --- node/RuntimeEnvironment.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'node/RuntimeEnvironment.hpp') 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; -- cgit v1.2.3