summaryrefslogtreecommitdiffstats
path: root/item_updater.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'item_updater.hpp')
-rwxr-xr-xitem_updater.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/item_updater.hpp b/item_updater.hpp
index 2f3b1ea6d..a9bc8f473 100755
--- a/item_updater.hpp
+++ b/item_updater.hpp
@@ -74,6 +74,11 @@ class ItemUpdater : public ItemUpdaterInherit
*/
void erase(std::string entryId);
+ /** @brief Deletes the active pnor version with highest priority
+ if the total number of volume exceeds the threshold.
+ */
+ void freeSpace();
+
private:
/** @brief Callback function for Software.Version match.
* @details Creates an Activation dbus object.
OpenPOWER on IntegriCloud