Remove old updates from updates.d on Node startup.

This commit is contained in:
Adam Ierymenko
2014-02-07 09:13:08 -08:00
parent 0442d7e2d6
commit d24b192f8c
3 changed files with 17 additions and 0 deletions

View File

@ -52,6 +52,11 @@ public:
SoftwareUpdater(const RuntimeEnvironment *renv);
~SoftwareUpdater();
/**
* Remove old updates in updates.d
*/
void cleanOldUpdates();
/**
* Called on each version message from a peer
*