Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90
This commit is contained in:
@@ -100,7 +100,7 @@ EthernetTap *OSXEthernetTapFactory::open(
|
||||
return t;
|
||||
}
|
||||
|
||||
void OSXEthernetTapFactory::close(EthernetTap *tap)
|
||||
void OSXEthernetTapFactory::close(EthernetTap *tap,bool destroyPersistentDevices)
|
||||
{
|
||||
{
|
||||
Mutex::Lock _l(_devices_m);
|
||||
|
||||
Reference in New Issue
Block a user