diff options
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 3a350865..fe79d525 100644 --- a/node/Defaults.hpp +++ b/node/Defaults.hpp @@ -52,6 +52,11 @@ public: ~Defaults() {} /** + * Default home path for this platform + */ + const std::string defaultHomePath; + + /** * Supernodes on the ZeroTier network */ const std::map< Identity,std::vector<InetAddress> > supernodes; |
