libblkid: make mpool independent on libuuid

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2018-02-13 10:30:39 +01:00
parent 1800de76ba
commit dcca7846c0
1 changed files with 1 additions and 3 deletions

View File

@ -13,14 +13,12 @@
#include "crc32c.h"
#include "superblocks.h"
#include <uuid.h>
#define MAX_MPOOL_NAME_LEN 32
struct omf_sb_descriptor {
uint64_t osb_magic;
uint8_t osb_name[MAX_MPOOL_NAME_LEN];
uuid_t osb_poolid; /* UUID of pool this drive belongs to */
unsigned char osb_poolid[16]; /* UUID of pool this drive belongs to */
uint16_t osb_vers;
uint32_t osb_gen;
uint32_t osb_cksum1; /* crc32c of the preceding fields */