mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 06:38:25 +00:00
Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables.
This commit is contained in:
@ -99,7 +99,7 @@ public:
|
||||
throw();
|
||||
|
||||
private:
|
||||
const RuntimeEnvironment *_r;
|
||||
const RuntimeEnvironment *RR;
|
||||
|
||||
Thread _thread;
|
||||
|
||||
|
Reference in New Issue
Block a user