diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-02-28 15:05:56 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-02-28 15:05:56 -0800 |
commit | 13fbf9a20077717466c188cc35a2777d383ea0a1 (patch) | |
tree | 6e1c07b4832a04569a3bb0cb76d13e8a72b510a4 /node | |
parent | f2a03f68bd51134cbea3c5ffc8b9308fdb9ef835 (diff) | |
download | infinitytier-13fbf9a20077717466c188cc35a2777d383ea0a1.tar.gz infinitytier-13fbf9a20077717466c188cc35a2777d383ea0a1.zip |
*nix build fix
Diffstat (limited to 'node')
-rw-r--r-- | node/EthernetTap.cpp | 2 |
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; } |