diff options
Diffstat (limited to 'dev/kernel/FSKit/HeFS.h')
| -rw-r--r-- | dev/kernel/FSKit/HeFS.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/kernel/FSKit/HeFS.h b/dev/kernel/FSKit/HeFS.h index 309a4338..dda9f041 100644 --- a/dev/kernel/FSKit/HeFS.h +++ b/dev/kernel/FSKit/HeFS.h @@ -175,7 +175,8 @@ struct PACKED HEFS_INDEX_NODE final { /// @brief Extents system by using blocks
/// @details Using an offset to ask fBase, and fLength to compute each slice's length.
- UInt64 fOffsetSlices;
+ UInt32 fOffsetSliceLow;
+ UInt32 fOffsetSliceHigh;
HEFS_SLICE_NODE fSlices[kHeFSSliceCount]; /// @brief block slice, unused as of current HeFS.
|
