summaryrefslogtreecommitdiff
path: root/osdep/WindowsEthernetTap.hpp
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2017-10-16 12:16:05 -0700
committerGrant Limberg <grant.limberg@zerotier.com>2017-10-16 12:16:05 -0700
commit629a3a2a24764e50639c0d4096c929fe6b999714 (patch)
tree52517b51873ba561eefddd8019faa3b6a752df0c /osdep/WindowsEthernetTap.hpp
parentee4783e3fb975d73aabeaa433c346aea043908a9 (diff)
downloadinfinitytier-629a3a2a24764e50639c0d4096c929fe6b999714.tar.gz
infinitytier-629a3a2a24764e50639c0d4096c929fe6b999714.zip
call setFriendlyName() after tap adapter is initialized
Diffstat (limited to 'osdep/WindowsEthernetTap.hpp')
-rw-r--r--osdep/WindowsEthernetTap.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep/WindowsEthernetTap.hpp b/osdep/WindowsEthernetTap.hpp
index 2c7aeadd..70789e75 100644
--- a/osdep/WindowsEthernetTap.hpp
+++ b/osdep/WindowsEthernetTap.hpp
@@ -143,6 +143,8 @@ private:
std::string _deviceInstanceId;
std::string _mySubkeyName;
+ std::string _friendlyName;
+
std::vector<InetAddress> _assignedIps; // IPs assigned with addIp
Mutex _assignedIps_m;