summaryrefslogtreecommitdiffstats
path: root/presence/fallback.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'presence/fallback.hpp')
-rw-r--r--presence/fallback.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/presence/fallback.hpp b/presence/fallback.hpp
index a1a5b29..280ef1c 100644
--- a/presence/fallback.hpp
+++ b/presence/fallback.hpp
@@ -55,8 +55,9 @@ class Fallback : public RedundancyPolicy
*
* @param[in] present - The new presence state according
* to the active sensor.
+ * @param[in] sensor - The sensor that changed state.
*/
- void stateChanged(bool present) override;
+ void stateChanged(bool present, PresenceSensor& sensor) override;
/**
* @brief monitor
OpenPOWER on IntegriCloud