summaryrefslogtreecommitdiff
path: root/node/Defaults.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-11-01 12:38:38 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-11-01 12:38:38 -0400
commitae138566a94ed407c71dbc7a155c810b2389cc4b (patch)
treeee6b79392d767b9d727041f4ab87d20ca73bbadc /node/Defaults.hpp
parente4044eeb709c09f5577f7e77260ccf997a298156 (diff)
downloadinfinitytier-ae138566a94ed407c71dbc7a155c810b2389cc4b.tar.gz
infinitytier-ae138566a94ed407c71dbc7a155c810b2389cc4b.zip
Updater code, work in progress...
Diffstat (limited to 'node/Defaults.hpp')
-rw-r--r--node/Defaults.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/node/Defaults.hpp b/node/Defaults.hpp
index 5f870194..b0eb40e5 100644
--- a/node/Defaults.hpp
+++ b/node/Defaults.hpp
@@ -67,6 +67,11 @@ public:
* Supernodes on the ZeroTier network
*/
const std::map< Identity,std::vector<InetAddress> > supernodes;
+
+ /**
+ * Identities permitted to sign software updates
+ */
+ const std::map< Address,Identity > updateAuthorities;
};
extern const Defaults ZT_DEFAULTS;