summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMax Maisel <max.maisel@posteo.de>2018-03-01 17:31:32 +0100
committerMax Maisel <max.maisel@posteo.de>2018-03-01 17:57:53 +0100
commit151cd9f6e9120e3c41600875c6cfa42dc1321a0b (patch)
tree699ede624f2f82b107c467318903d8cf978763a9 /include
parentfa7ef73d810310ca42d361d337aeb5fea87c3ae4 (diff)
ext4_mkfs: Added UUID parameter to create new filesystems with non-zero UUID
Diffstat (limited to 'include')
-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;
};