Path fixes in osnet/ stuff
This commit is contained in:
parent
b80c229d87
commit
98d426e1d5
10 changed files with 15 additions and 46 deletions
|
@ -95,11 +95,6 @@ public:
|
|||
* @param destroyPersistentDevices If true, destroy persistent device (on platforms where applicable)
|
||||
*/
|
||||
virtual void close(EthernetTap *tap,bool destroyPersistentDevices) = 0;
|
||||
|
||||
/**
|
||||
* @return All currently open tap device names
|
||||
*/
|
||||
virtual std::vector<std::string> allTapDeviceNames() const = 0;
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue