diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-06 00:05:39 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-06 00:05:39 -0400 |
| commit | e73c4cb68b7461b8a2bdf7b6e5919bd0fcef2c1e (patch) | |
| tree | 659c59132d6a91093fe4b64ce7105f3f44414db5 /node/NodeConfig.hpp | |
| parent | c9c63074bbd7025c624ab4987c3a32fd2e925b6a (diff) | |
| download | infinitytier-e73c4cb68b7461b8a2bdf7b6e5919bd0fcef2c1e.tar.gz infinitytier-e73c4cb68b7461b8a2bdf7b6e5919bd0fcef2c1e.zip | |
Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener timing code.
Diffstat (limited to 'node/NodeConfig.hpp')
| -rw-r--r-- | node/NodeConfig.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node/NodeConfig.hpp b/node/NodeConfig.hpp index f89cf2cb..b9858e4f 100644 --- a/node/NodeConfig.hpp +++ b/node/NodeConfig.hpp @@ -95,9 +95,9 @@ public: void whackAllTaps(); /** - * Call clean() on all networks + * Perform cleanup and possibly update saved state */ - void cleanAllNetworks(); + void clean(); /** * @param nwid Network ID |
