diff options
Diffstat (limited to 'node/SysEnv.hpp')
-rw-r--r-- | node/SysEnv.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node/SysEnv.hpp b/node/SysEnv.hpp index c43e6adf..21c25713 100644 --- a/node/SysEnv.hpp +++ b/node/SysEnv.hpp @@ -49,6 +49,9 @@ public: * @return Fingerprint of currently running network environment */ uint64_t getNetworkConfigurationFingerprint(); + +private: + const RuntimeEnvironment *_r; }; } // namespace ZeroTier |