diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-30 11:14:53 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-30 11:14:53 -0400 |
| commit | 7e156b262283985cbfe560317ec3d69d1bf19511 (patch) | |
| tree | a1daa36aa3356b77ee2256845a3d9636f12dcd31 /node/NodeConfig.hpp | |
| parent | e4c5ad9f43f37f3c5cd9feb1035d3b3091820e43 (diff) | |
| download | infinitytier-7e156b262283985cbfe560317ec3d69d1bf19511.tar.gz infinitytier-7e156b262283985cbfe560317ec3d69d1bf19511.zip | |
Call clean on all networks periodically, generalize Topology clean cycle to an overall clean cycle.
Diffstat (limited to 'node/NodeConfig.hpp')
| -rw-r--r-- | node/NodeConfig.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node/NodeConfig.hpp b/node/NodeConfig.hpp index 98678944..62b23609 100644 --- a/node/NodeConfig.hpp +++ b/node/NodeConfig.hpp @@ -108,6 +108,11 @@ public: void whackAllTaps(); /** + * Call clean() on all networks + */ + void cleanAllNetworks(); + + /** * @param nwid Network ID * @return True if this network exists */ |
