diff --git a/src/ox/fs/filestore.hpp b/src/ox/fs/filestore.hpp index 5ee872ec9..c01cc8031 100644 --- a/src/ox/fs/filestore.hpp +++ b/src/ox/fs/filestore.hpp @@ -37,11 +37,12 @@ class FileStore { struct Inode { // the next Inode in memory FsSize_t next; - FsSize_t left, right; FsSize_t dataLen; // The following variables should not be assumed to exist InodeId_t m_id; + uint8_t refs; + FsSize_t left, right; FsSize_t size(); void setId(InodeId_t);