commit | 8e8152c5cebfe278086fced75cbc64ecb4b5046b | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Mon Dec 06 20:11:08 2021 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Jan 12 00:40:22 2022 +0000 |
tree | 9043258d5bbef81f94792097cad695c0bb23da1d | |
parent | ff8c9b499caf8a6b1b5e724c59eeb7fd69a26f94 [diff] |
sensor-cache: Use async calls in get sensor reading Use the async calls in ipmiSensorGetSensorReading() for cached sensors. Note that the code was using sdbusplus::message as the parameter for the getFunc(), now it could be simplified to ipmi::PropertyMap and unify the two cases: property update callback and getting property. Tested: Verify the ipmi sensor list works fine. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: If7afed410f794a5317b8d4b4965cac291a735d12
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
.