summaryrefslogtreecommitdiffstats
path: root/atasmart.h
diff options
context:
space:
mode:
Diffstat (limited to 'atasmart.h')
-rw-r--r--atasmart.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/atasmart.h b/atasmart.h
index b5e6793..efef1ab 100644
--- a/atasmart.h
+++ b/atasmart.h
@@ -137,7 +137,8 @@ typedef struct SkSmartAttributeParsedData {
SkBool prefailure:1;
/* Volatile data */
- SkBool good:1;
+ SkBool good:1, good_valid:1;
+ SkBool current_value_valid:1, worst_value_valid:1;
uint8_t current_value, worst_value;
uint64_t pretty_value;
uint8_t raw[6];