More precise percentage value in stats builder.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk
2019-08-29 08:10:06 -04:00
parent f1ee05405e
commit 8304ed84b8
2 changed files with 5 additions and 5 deletions

View File

@@ -20,8 +20,8 @@
struct ocf_stat {
/** Value */
uint64_t value;
/** percent x10 */
uint64_t percent;
/** percent x100 */
uint64_t fraction;
};
/**