aboutsummaryrefslogtreecommitdiffstats
path: root/lmr/lmr.h
diff options
context:
space:
mode:
Diffstat (limited to 'lmr/lmr.h')
-rw-r--r--lmr/lmr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lmr/lmr.h b/lmr/lmr.h
index c9dcd69..7375c33 100644
--- a/lmr/lmr.h
+++ b/lmr/lmr.h
@@ -107,6 +107,9 @@ struct margin_results {
double tim_coef;
double volt_coef;
+ bool tim_off_reported;
+ bool volt_off_reported;
+
u8 lanes_n;
struct margin_res_lane *lanes;
};