mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-03-11 06:54:06 +00:00
Oops we needed _r in there...
This commit is contained in:
parent
5ef758bbd4
commit
fb7d9b1029
@ -62,7 +62,8 @@
|
|||||||
|
|
||||||
namespace ZeroTier {
|
namespace ZeroTier {
|
||||||
|
|
||||||
SysEnv::SysEnv(const RuntimeEnvironment *renv)
|
SysEnv::SysEnv(const RuntimeEnvironment *renv) :
|
||||||
|
_r(renv)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,6 +49,9 @@ public:
|
|||||||
* @return Fingerprint of currently running network environment
|
* @return Fingerprint of currently running network environment
|
||||||
*/
|
*/
|
||||||
uint64_t getNetworkConfigurationFingerprint();
|
uint64_t getNetworkConfigurationFingerprint();
|
||||||
|
|
||||||
|
private:
|
||||||
|
const RuntimeEnvironment *_r;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace ZeroTier
|
} // namespace ZeroTier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user