diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-16 15:00:15 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-16 15:00:15 -0400 |
| commit | 102b0865cb4a4c2d17dea7ba4e9717a7a6a6049f (patch) | |
| tree | d24b735891377de6a04a2e9d942d9e2405822de6 /node/Defaults.hpp | |
| parent | a793dc2b29e199d9512f8d22e005900fb986b146 (diff) | |
| download | infinitytier-102b0865cb4a4c2d17dea7ba4e9717a7a6a6049f.tar.gz infinitytier-102b0865cb4a4c2d17dea7ba4e9717a7a6a6049f.zip | |
Filter work, adding toString() and main evaluation function.
Diffstat (limited to 'node/Defaults.hpp')
| -rw-r--r-- | node/Defaults.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/node/Defaults.hpp b/node/Defaults.hpp index b9c8ecf5..3493c5a8 100644 --- a/node/Defaults.hpp +++ b/node/Defaults.hpp @@ -34,6 +34,7 @@ #include <map> #include "Identity.hpp" #include "InetAddress.hpp" +#include "Filter.hpp" namespace ZeroTier { @@ -65,6 +66,11 @@ public: * Identity used to encrypt and authenticate configuration from URL */ const std::string configAuthority; + + /** + * Default node filter for this platform + */ + const Filter defaultNodeFilter; }; extern const Defaults ZT_DEFAULTS; |
