summaryrefslogtreecommitdiffstats
path: root/control/fan.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/fan.hpp')
-rw-r--r--control/fan.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/control/fan.hpp b/control/fan.hpp
index 6975248..e7f3067 100644
--- a/control/fan.hpp
+++ b/control/fan.hpp
@@ -83,6 +83,11 @@ class Fan
std::vector<std::string> _sensors;
/**
+ * The interface of the fan target
+ */
+ const std::string _interface;
+
+ /**
* Target speed for this fan
*/
uint64_t _targetSpeed;
OpenPOWER on IntegriCloud