summaryrefslogtreecommitdiff
path: root/inc/storage.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-09 20:15:45 -0400
committerbd <bdunahu@operationnull.com>2025-03-09 20:15:45 -0400
commit9bd18b0499d5096bc91b09a2d26e700ca1560de4 (patch)
tree196b3ac11d3648e29d67fb261ed0f78720719b94 /inc/storage.h
parent5cf5ebce233cc49cc04ac8c7713e12e87bab7798 (diff)
Untested implementation for loading absent data into cache
Diffstat (limited to 'inc/storage.h')
-rw-r--r--inc/storage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/storage.h b/inc/storage.h
index 9707041..793b982 100644
--- a/inc/storage.h
+++ b/inc/storage.h
@@ -73,10 +73,10 @@ class Storage
*/
int wait_time;
/**
- * A flag indicating whether this level of storage is currently blocked by a
- * lower level.
+ * A flag indicating whether this level of storage is currently waiting for
+ * a lower level.
*/
- int is_blocked;
+ int is_waiting;
};
#endif /* STORAGE_H_INCLUDED */