Updater code, work in progress...

This commit is contained in:
Adam Ierymenko 2013-11-01 12:38:38 -04:00
parent e4044eeb70
commit ae138566a9
8 changed files with 337 additions and 6 deletions

View file

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