commit | 1fc55df81aa66308f5cab5520d11df0aef262144 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Jun 26 16:35:15 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Jun 27 21:04:28 2019 +0000 |
tree | eec93ac81c66a45308927dbaf13c0431dc9df606 | |
parent | 86dcac857accf455384c7037899f8680c2a11e28 [diff] |
mainloop: delete unused local empty pointer instances Delete local variables that are not used. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I1e805ac7d474ac9b2bc4dd89ec4a9b166bf067a2
Exposes generic hwmon entries as DBus objects. More information can be found at Sensor Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.
To enable the use of Linux features like cgroups prioritization and udev/systemd control, one instance of phosphor-hwmon is intended to be run per hwmon sysfs class instance. This requires an algorithm for selecting a stable, well-known D-Bus busname. The algorithm is <PREFIX>-<ID>.Hwmon<N> where PREFIX is an autoconf configurable prefix (BUSNAME_PREFIX, xyz.openbmc_project by default), ID is a std::hash of the /sys/devices path backing the hwmon class instance, and N is the implemented phosphor-hwmon D-Bus API version.