diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-01 12:38:38 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-01 12:38:38 -0400 |
| commit | ae138566a94ed407c71dbc7a155c810b2389cc4b (patch) | |
| tree | ee6b79392d767b9d727041f4ab87d20ca73bbadc /node/Defaults.hpp | |
| parent | e4044eeb709c09f5577f7e77260ccf997a298156 (diff) | |
| download | infinitytier-ae138566a94ed407c71dbc7a155c810b2389cc4b.tar.gz infinitytier-ae138566a94ed407c71dbc7a155c810b2389cc4b.zip | |
Updater code, work in progress...
Diffstat (limited to 'node/Defaults.hpp')
| -rw-r--r-- | node/Defaults.hpp | 5 |
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; |
