diff options
Diffstat (limited to 'node/Network.hpp')
-rw-r--r-- | node/Network.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Network.hpp b/node/Network.hpp index 21b585af..3849a453 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -446,7 +446,7 @@ private: uint64_t _id; NodeConfig *_nc; // parent NodeConfig object MAC _mac; // local MAC address - const RuntimeEnvironment *_r; + const RuntimeEnvironment *RR; EthernetTap *volatile _tap; // tap device or NULL if not initialized yet volatile bool _enabled; |