Path fixes in osnet/ stuff

This commit is contained in:
Adam Ierymenko 2014-07-31 14:31:32 -07:00
commit 98d426e1d5
10 changed files with 15 additions and 46 deletions

View file

@ -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;