summaryrefslogtreecommitdiff
path: root/osnet/LinuxEthernetTap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'osnet/LinuxEthernetTap.hpp')
-rw-r--r--osnet/LinuxEthernetTap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/osnet/LinuxEthernetTap.hpp b/osnet/LinuxEthernetTap.hpp
index e6aea2ec..f74fdf86 100644
--- a/osnet/LinuxEthernetTap.hpp
+++ b/osnet/LinuxEthernetTap.hpp
@@ -64,7 +64,7 @@ public:
virtual std::set<InetAddress> ips() const;
virtual void put(const MAC &from,const MAC &to,unsigned int etherType,const void *data,unsigned int len);
virtual std::string deviceName() const;
- virtual std::string persistentId() const;
+ virtual void setFriendlyName(const char *friendlyName);
virtual bool updateMulticastGroups(std::set<MulticastGroup> &groups);
void threadMain()