diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-17 10:01:46 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-17 10:01:46 -0400 |
| commit | 557cc359b30aacff372f1b92a8f0f621fcd9c50f (patch) | |
| tree | 915470b3308bb030fe921bed34ac0fd7c5c96722 /node/NodeConfig.hpp | |
| parent | 102b0865cb4a4c2d17dea7ba4e9717a7a6a6049f (diff) | |
| download | infinitytier-557cc359b30aacff372f1b92a8f0f621fcd9c50f.tar.gz infinitytier-557cc359b30aacff372f1b92a8f0f621fcd9c50f.zip | |
More filter work.
Diffstat (limited to 'node/NodeConfig.hpp')
| -rw-r--r-- | node/NodeConfig.hpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/node/NodeConfig.hpp b/node/NodeConfig.hpp index 5caf18ab..5c412c9b 100644 --- a/node/NodeConfig.hpp +++ b/node/NodeConfig.hpp @@ -81,13 +81,7 @@ public: /** * Call whack() on all networks' tap devices */ - inline void whackAllTaps() - { - std::vector< SharedPtr<Network> > nwlist; - Mutex::Lock _l(_networks_m); - for(std::map< uint64_t,SharedPtr<Network> >::const_iterator n(_networks.begin());n!=_networks.end();++n) - n->second->tap().whack(); - } + void whackAllTaps(); /** * @param nwid Network ID |
