mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
Path fixes in osnet/ stuff
This commit is contained in:
parent
b80c229d87
commit
98d426e1d5
10 changed files with 15 additions and 46 deletions
|
@ -31,8 +31,8 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#include "../EthernetTapFactory.hpp"
|
||||
#include "../Mutex.hpp"
|
||||
#include "../node/EthernetTapFactory.hpp"
|
||||
#include "../node/Mutex.hpp"
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
|
@ -63,7 +63,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue