summaryrefslogtreecommitdiff
path: root/include/ext4_mkfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ext4_mkfs.h')
-rw-r--r--include/ext4_mkfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ext4_mkfs.h b/include/ext4_mkfs.h
index 2438e7d..53f1820 100644
--- a/include/ext4_mkfs.h
+++ b/include/ext4_mkfs.h
@@ -63,6 +63,7 @@ struct ext4_mkfs_info {
uint16_t feat_incompat;
uint32_t bg_desc_reserve_blocks;
uint16_t dsc_size;
+ uint8_t uuid[UUID_SIZE];
bool journal;
const char *label;
};