summaryrefslogtreecommitdiffstats
path: root/monitor/types.hpp
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-01-21 19:50:17 -0600
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-19 22:07:46 +0000
commit696aed8abe58696e5eb173da38b848825523883a (patch)
treea473da809bcb73f4b7441820c51a0e020048d654 /monitor/types.hpp
parent71779ab4b3699a22f3bb88f2d94ee25c81b15d6f (diff)
downloadphosphor-fan-presence-696aed8abe58696e5eb173da38b848825523883a.tar.gz
phosphor-fan-presence-696aed8abe58696e5eb173da38b848825523883a.zip
Allow override of deviation with absolute minimum RPM
If the devation is less than zero, treat as an absolute minimum RPM value
Diffstat (limited to 'monitor/types.hpp')
-rw-r--r--monitor/types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/types.hpp b/monitor/types.hpp
index 9a7b1fa..53834b0 100644
--- a/monitor/types.hpp
+++ b/monitor/types.hpp
@@ -57,7 +57,7 @@ constexpr auto conditionField = 6;
using FanDefinition = std::tuple<std::string,
size_t,
size_t,
- size_t,
+ ssize_t,
size_t,
std::vector<SensorDefinition>,
std::experimental::optional<Condition>>;
OpenPOWER on IntegriCloud