From 1a97c4dcca25a79298af05942f7ca7cbb208da18 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 2 Jul 2008 17:22:03 +0200 Subject: check for threshold/value validity --- atasmart.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'atasmart.h') 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]; -- cgit