summaryrefslogtreecommitdiffstats
path: root/control/zone.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/zone.hpp')
-rw-r--r--control/zone.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/control/zone.hpp b/control/zone.hpp
index 4f4dfb6..002feb4 100644
--- a/control/zone.hpp
+++ b/control/zone.hpp
@@ -395,7 +395,8 @@ class Zone
* @param[in] eventGroup - Group to process actions on
* @param[in] eventActions - List of event actions to run
*/
- void timerExpired(Group eventGroup, std::vector<Action> eventActions);
+ void timerExpired(const Group& eventGroup,
+ const std::vector<Action>& eventActions);
/**
* @brief Get the service for a given path and interface from cached
OpenPOWER on IntegriCloud