Skip to content

Commit

Permalink
Add compatibility type alias: PageCache::PageDeviceEntry.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyastolfi committed Nov 6, 2024
1 parent f1af0d0 commit de2a3ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/llfs/page_cache.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ inline std::ostream& operator<<(std::ostream& out, const NewPageTracker& t)
class PageCache : public PageLoader
{
public:
using PageDeviceEntry = ::llfs::PageDeviceEntry;

struct PageReaderFromFile {
PageReader page_reader;
const char* file;
Expand Down

0 comments on commit de2a3ec

Please sign in to comment.