diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-17 10:01:46 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-17 10:01:46 -0400 |
| commit | 557cc359b30aacff372f1b92a8f0f621fcd9c50f (patch) | |
| tree | 915470b3308bb030fe921bed34ac0fd7c5c96722 /node/Defaults.hpp | |
| parent | 102b0865cb4a4c2d17dea7ba4e9717a7a6a6049f (diff) | |
| download | infinitytier-557cc359b30aacff372f1b92a8f0f621fcd9c50f.tar.gz infinitytier-557cc359b30aacff372f1b92a8f0f621fcd9c50f.zip | |
More filter work.
Diffstat (limited to 'node/Defaults.hpp')
| -rw-r--r-- | node/Defaults.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/node/Defaults.hpp b/node/Defaults.hpp index 3493c5a8..b9c8ecf5 100644 --- a/node/Defaults.hpp +++ b/node/Defaults.hpp @@ -34,7 +34,6 @@ #include <map> #include "Identity.hpp" #include "InetAddress.hpp" -#include "Filter.hpp" namespace ZeroTier { @@ -66,11 +65,6 @@ 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; |
