aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/timing.h')
-rw-r--r--common/timing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/timing.h b/common/timing.h
index afc39aee..b050e671 100644
--- a/common/timing.h
+++ b/common/timing.h
@@ -138,6 +138,7 @@ struct TimingAnalyser
void reset_times();
void walk_forward();
+ void walk_backward();
const DelayPair init_delay{std::numeric_limits<delay_t>::max(), std::numeric_limits<delay_t>::lowest()};