More filter work.

This commit is contained in:
Adam Ierymenko 2013-07-17 10:01:46 -04:00
parent 102b0865cb
commit 557cc359b3
6 changed files with 25 additions and 29 deletions

View file

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