From 3883ac08c7736c9695f100c7937af089e00359d9 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 12 Jan 2016 13:17:30 -0800 Subject: Docs and cleanup. --- node/Network.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node/Network.hpp') diff --git a/node/Network.hpp b/node/Network.hpp index cb696d12..3cf83963 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -335,7 +335,7 @@ public: /** * @return Pointer to user PTR (modifiable user ptr used in API) */ - inline void **userPtr() throw() { return &_uptr; } + inline void **userPtr() throw() { return &_uPtr; } inline bool operator==(const Network &n) const throw() { return (_id == n._id); } inline bool operator!=(const Network &n) const throw() { return (_id != n._id); } @@ -354,7 +354,7 @@ private: std::vector _allMulticastGroups() const; const RuntimeEnvironment *RR; - void *_uptr; + void *_uPtr; uint64_t _id; MAC _mac; // local MAC address volatile bool _enabled; -- cgit v1.2.3