From b80c229d873ca51bf679ff9df90c8360dca5d0d7 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 31 Jul 2014 14:09:32 -0700 Subject: Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 --- osnet/LinuxEthernetTapFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osnet/LinuxEthernetTapFactory.cpp') 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); -- cgit v1.2.3