diff options
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 |