summaryrefslogtreecommitdiffstats
path: root/control/zone.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/zone.hpp')
-rw-r--r--control/zone.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/control/zone.hpp b/control/zone.hpp
index 706d9c2..077bfcf 100644
--- a/control/zone.hpp
+++ b/control/zone.hpp
@@ -329,11 +329,11 @@ class Zone
std::vector<sdbusplus::server::match::match> _matches;
/**
- * @brief Initialize all the set speed event properties and actions
+ * @brief Initialize a set speed event properties and actions
*
- * @param[in] def - zone definition containing set speed events
+ * @param[in] event - Set speed event
*/
- void initEvents(const ZoneDefinition& def);
+ void initEvent(const SetSpeedEvent& event);
/**
* @brief Refresh the given property's cached value
OpenPOWER on IntegriCloud