diff options
Diffstat (limited to 'src/sim/stats.hh')
-rw-r--r-- | src/sim/stats.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sim/stats.hh b/src/sim/stats.hh index 481c36cf6..eae466644 100644 --- a/src/sim/stats.hh +++ b/src/sim/stats.hh @@ -34,5 +34,7 @@ #include "base/statistics.hh" extern Stats::Formula simSeconds; +extern Stats::Value simTicks; +extern Stats::Value simFreq; #endif // __SIM_SIM_STATS_HH__ |