diff options
author | bd <bdunahu@operationnull.com> | 2025-03-10 14:53:59 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-10 14:53:59 -0400 |
commit | cdcaec3c1e62b47fcd270df651cd0e343e46f0e7 (patch) | |
tree | fc77cc22024b719f14e03e29e2bbd94b3eb645ca /src/storage/storage.cc | |
parent | 1f8b8babcfb383f1fb0281663561161061684206 (diff) |
Update cli method signatures, add some getters to cache and storage
Diffstat (limited to 'src/storage/storage.cc')
-rw-r--r-- | src/storage/storage.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storage/storage.cc b/src/storage/storage.cc index 61531d1..16ad63f 100644 --- a/src/storage/storage.cc +++ b/src/storage/storage.cc @@ -13,6 +13,8 @@ Storage::view(int base, int lines) return ret; } +Storage *Storage::get_lower() { return this->lower; } + void Storage::resolve() { if (this->wait_time == 0) { |