summaryrefslogtreecommitdiff
path: root/osnet/LinuxEthernetTapFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'osnet/LinuxEthernetTapFactory.cpp')
-rw-r--r--osnet/LinuxEthernetTapFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/osnet/LinuxEthernetTapFactory.cpp b/osnet/LinuxEthernetTapFactory.cpp
index fccb6bd5..01633abb 100644
--- a/osnet/LinuxEthernetTapFactory.cpp
+++ b/osnet/LinuxEthernetTapFactory.cpp
@@ -57,7 +57,7 @@ EthernetTap *LinuxEthernetTapFactory::open(
return t;
}
-void LinuxEthernetTapFactory::close(EthernetTap *tap)
+void LinuxEthernetTapFactory::close(EthernetTap *tap,bool destroyPersistentDevices)
{
{
Mutex::Lock _l(_devices_m);