summaryrefslogtreecommitdiffstats
path: root/control/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/types.hpp')
-rw-r--r--control/types.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/control/types.hpp b/control/types.hpp
index f7b75aa..bb9367b 100644
--- a/control/types.hpp
+++ b/control/types.hpp
@@ -36,7 +36,10 @@ using PropertyVariantType = sdbusplus::message::variant<bool,
constexpr auto fanNamePos = 0;
constexpr auto sensorListPos = 1;
-using FanDefinition = std::tuple<std::string, std::vector<std::string>>;
+constexpr auto targetInterfacePos = 2;
+using FanDefinition = std::tuple<std::string,
+ std::vector<std::string>,
+ std::string>;
constexpr auto intfPos = 0;
constexpr auto propPos = 1;
OpenPOWER on IntegriCloud