diff options
Diffstat (limited to 'node/Topology.hpp')
-rw-r--r-- | node/Topology.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/Topology.hpp b/node/Topology.hpp index 293ac446..0585ad1f 100644 --- a/node/Topology.hpp +++ b/node/Topology.hpp @@ -194,6 +194,7 @@ public: f(*this,*p); } +#ifdef ZT_FIREWALL_OPENER_DELAY /** * Function object to collect peers that need a firewall opener sent */ @@ -214,6 +215,7 @@ public: uint64_t _now; const RuntimeEnvironment *_r; }; +#endif /** * Pings all peers that need a ping sent, excluding supernodes |