commit | 4001191ac3489e26c2e04ea51e1eebcdc8120775 | [log] [tgz] |
---|---|---|
author | Emily Shaffer <emilyshaffer@google.com> | Tue Oct 09 12:06:04 2018 -0700 |
committer | Emily Shaffer <emilyshaffer@google.com> | Thu Oct 11 18:14:37 2018 +0000 |
tree | 63e82fb0ca0b60072262f9c3cc79a180ef9686a2 | |
parent | 13e67c8d43064d58fb8c4cc7757abb823e3ac51e [diff] |
types: Convert ScaledOffset to double ScaledOffset is derived from incoming int64 using pow() and there is a use case for having a fractional or negative ScaledOffset. Since it's derived internally and applied internally this change should have no impact on external interfaces. Change-Id: I419e4de089d3845295157fff440c5d8e029e7c96 Signed-off-by: Emily Shaffer <emilyshaffer@google.com> Tested: Ran ipmitool sensor list to check value sanity
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
.