From 102b0865cb4a4c2d17dea7ba4e9717a7a6a6049f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 16 Jul 2013 15:00:15 -0400 Subject: Filter work, adding toString() and main evaluation function. --- node/Defaults.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'node/Defaults.hpp') 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 #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; -- cgit v1.2.3