diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-31 14:31:32 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-31 14:31:32 -0700 |
| commit | 98d426e1d5a2ef83cce7cf2d5b394adde886e58d (patch) | |
| tree | b5de19a403438711b1657918f31b493dcc0cfb68 /node | |
| parent | b80c229d873ca51bf679ff9df90c8360dca5d0d7 (diff) | |
| download | infinitytier-98d426e1d5a2ef83cce7cf2d5b394adde886e58d.tar.gz infinitytier-98d426e1d5a2ef83cce7cf2d5b394adde886e58d.zip | |
Path fixes in osnet/ stuff
Diffstat (limited to 'node')
| -rw-r--r-- | node/EthernetTapFactory.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/node/EthernetTapFactory.hpp b/node/EthernetTapFactory.hpp index 17d697f5..d0f5e9b3 100644 --- a/node/EthernetTapFactory.hpp +++ b/node/EthernetTapFactory.hpp @@ -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 |
