From a78163745b43a0c420ae4ea5792def30a94420eb Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 26 Apr 2025 03:39:28 -0400 Subject: Partial cache size generation, full cache display --- gui/gui.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gui/gui.h') diff --git a/gui/gui.h b/gui/gui.h index f723729..10c8f67 100644 --- a/gui/gui.h +++ b/gui/gui.h @@ -101,6 +101,11 @@ class GUI : public QMainWindow */ bool ready; + /** + * The current number of cache levels. + */ + int curr_cache_levels; + /** * The list of storage displays. */ -- cgit v1.2.3