*nix build fix

This commit is contained in:
Adam Ierymenko 2014-02-28 15:05:56 -08:00
parent f2a03f68bd
commit 13fbf9a200

View file

@ -1005,7 +1005,7 @@ bool EthernetTap::deletePersistentTapDevice(const RuntimeEnvironment *_r,const c
return false; return false;
} }
int EthernetTap::cleanPersistentTapDevices(const RuntimeEnvironment *_r,const std::set<std::string> &exceptThese) int EthernetTap::cleanPersistentTapDevices(const RuntimeEnvironment *_r,const std::set<std::string> &exceptThese,bool alsoRemoveUnassociatedDev)
{ {
return 0; return 0;
} }