Browse Source

*nix build fix

Adam Ierymenko 11 years ago
parent
commit
13fbf9a200
1 changed files with 1 additions and 1 deletions
  1. 1 1
      node/EthernetTap.cpp

+ 1 - 1
node/EthernetTap.cpp

@@ -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;
 }
 }