summaryrefslogtreecommitdiffstats
path: root/item_updater.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'item_updater.hpp')
-rw-r--r--item_updater.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/item_updater.hpp b/item_updater.hpp
index 12583f5..ac966ca 100644
--- a/item_updater.hpp
+++ b/item_updater.hpp
@@ -143,8 +143,10 @@ class ItemUpdater : public ItemUpdaterInherit
* needs to delete any BMC version(s) it will delete the
* version(s) with the highest priority, skipping the
* functional BMC version.
+ *
+ * @param[in] caller - The Activation object that called this function.
*/
- void freeSpace();
+ void freeSpace(Activation& caller);
private:
/** @brief Callback function for Software.Version match.
OpenPOWER on IntegriCloud