diff options
Diffstat (limited to 'include/fstree.h')
-rw-r--r-- | include/fstree.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fstree.h b/include/fstree.h index 96294b8..e8324a9 100644 --- a/include/fstree.h +++ b/include/fstree.h @@ -28,6 +28,10 @@ struct tree_xattr_t { size_t num_attr; size_t max_attr; + uint32_t block; + uint32_t offset; + uint32_t size; + /** * @brief Incremental index within all xattr blocks */ |