diff options
Diffstat (limited to 'mainloop.cpp')
| -rw-r--r-- | mainloop.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mainloop.cpp b/mainloop.cpp index 486a175..11f03a5 100644 --- a/mainloop.cpp +++ b/mainloop.cpp @@ -208,6 +208,7 @@ auto addValue(const SensorSet::key_type& sensor, MainLoop::MainLoop( sdbusplus::bus::bus&& bus, const std::string& path, + const std::string& devPath, const char* prefix, const char* root) : _bus(std::move(bus)), @@ -215,6 +216,7 @@ MainLoop::MainLoop( _shutdown(false), _hwmonRoot(), _instance(), + _devPath(devPath), _prefix(prefix), _root(root), state() |

