summaryrefslogtreecommitdiff
path: root/osnet/LinuxEthernetTapFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'osnet/LinuxEthernetTapFactory.hpp')
-rw-r--r--osnet/LinuxEthernetTapFactory.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/osnet/LinuxEthernetTapFactory.hpp b/osnet/LinuxEthernetTapFactory.hpp
index 695fe52e..6cbf4ffc 100644
--- a/osnet/LinuxEthernetTapFactory.hpp
+++ b/osnet/LinuxEthernetTapFactory.hpp
@@ -31,8 +31,8 @@
#include <vector>
#include <string>
-#include "../EthernetTapFactory.hpp"
-#include "../Mutex.hpp"
+#include "../node/EthernetTapFactory.hpp"
+#include "../node/Mutex.hpp"
namespace ZeroTier {
@@ -52,7 +52,6 @@ public:
void (*handler)(void *,const MAC &,const MAC &,unsigned int,const Buffer<4096> &),
void *arg);
virtual void close(EthernetTap *tap,bool destroyPersistentDevices);
- virtual std::vector<std::string> allTapDeviceNames() const;
private:
std::vector<EthernetTap *> _devices;