Node status and network list.

This commit is contained in:
Adam Ierymenko 2015-04-08 18:25:40 -07:00
parent e34bc961db
commit d9e9b60a98
3 changed files with 27 additions and 16 deletions

View file

@ -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;