mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-21 22:07:49 +00:00
Oops we needed _r in there...
This commit is contained in:
parent
5ef758bbd4
commit
fb7d9b1029
@ -62,7 +62,8 @@
|
||||
|
||||
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
|
||||
*/
|
||||
uint64_t getNetworkConfigurationFingerprint();
|
||||
|
||||
private:
|
||||
const RuntimeEnvironment *_r;
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
Loading…
Reference in New Issue
Block a user