summaryrefslogtreecommitdiffstats
path: root/control/zone.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/zone.hpp')
-rw-r--r--control/zone.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/control/zone.hpp b/control/zone.hpp
index cb1ce69..bc21b9f 100644
--- a/control/zone.hpp
+++ b/control/zone.hpp
@@ -243,12 +243,12 @@ class Zone
/**
* @brief Callback function for event timers that processes the given
- * action for a group
+ * actions for a group
*
- * @param[in] eventGroup - Group to process action on
- * @param[in] eventAction - Event action to run
+ * @param[in] eventGroup - Group to process actions on
+ * @param[in] eventActions - List of event actions to run
*/
- void timerExpired(Group eventGroup, Action eventAction);
+ void timerExpired(Group eventGroup, std::vector<Action> eventActions);
private:
OpenPOWER on IntegriCloud