summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-02-28 15:05:56 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-02-28 15:05:56 -0800
commit13fbf9a20077717466c188cc35a2777d383ea0a1 (patch)
tree6e1c07b4832a04569a3bb0cb76d13e8a72b510a4
parentf2a03f68bd51134cbea3c5ffc8b9308fdb9ef835 (diff)
downloadinfinitytier-13fbf9a20077717466c188cc35a2777d383ea0a1.tar.gz
infinitytier-13fbf9a20077717466c188cc35a2777d383ea0a1.zip
*nix build fix
-rw-r--r--node/EthernetTap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/EthernetTap.cpp b/node/EthernetTap.cpp
index be048c39..8828b873 100644
--- a/node/EthernetTap.cpp
+++ b/node/EthernetTap.cpp
@@ -1005,7 +1005,7 @@ bool EthernetTap::deletePersistentTapDevice(const RuntimeEnvironment *_r,const c
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;
}