diff options
| author | bd <bdunahu@operationnull.com> | 2025-03-09 20:15:45 -0400 | 
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-03-09 20:15:45 -0400 | 
| commit | 968df039670dd3996487add3569180c415ec3a4b (patch) | |
| tree | 196b3ac11d3648e29d67fb261ed0f78720719b94 /inc/storage.h | |
| parent | 6bfae0ef7c7583cfd8a9771332db74ee6eb77a68 (diff) | |
Untested implementation for loading absent data into cache
Diffstat (limited to 'inc/storage.h')
| -rw-r--r-- | inc/storage.h | 6 | 
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 */ | 
