commit | 1e12112baf56f9a8ec6dbf7fb409c84f35fff1e8 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Tue Jul 31 11:44:09 2018 -0700 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Thu Aug 09 19:37:07 2018 +0000 |
tree | 6574eaa7230f377cfbc075d9cbaefc6e4341bc56 | |
parent | bed2699f47c34aa547f85e8d66d50df21be12a0a [diff] |
Use visitor instead of pulling values directly Sensor thresholds pull out an int64_t and immediately assign it to a double. Use a visitor instead to avoid the intermediate and add flexibility / saftey to type readings. Tested-By: Verifed sensor list still worked. Change-Id: If49bf54ec1c0636b3549d433b86ecdbd1ea99b0d Signed-off-by: James Feist <james.feist@linux.intel.com>
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
.