bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: GPT patch against 1.4.15-pre1


From: Matt_Domsch
Subject: RE: GPT patch against 1.4.15-pre1
Date: Tue, 3 Jul 2001 12:17:16 -0500

> > One question though: why do we need all those magic numbers with
> > efi_guid_t?  Do those fields have a meaning?  Could you give them
> > appropriate names?

Now on http://domsch.com/linux/parted/parted-1.4.15-pre1-gpt-20010703.patch.
I cleaned up the efi_guid_t structure name and references.

typedef struct {
        uint32_t time_low;
        uint16_t time_mid;
        uint16_t time_hi_and_version;
        uint8_t  clock_seq_hi_and_reserved;
        uint8_t  clock_seq_low;
        uint8_t  node[6];
} __attribute__ ((packed)) efi_guid_t;


Thanks,
Matt

--
Matt Domsch
Sr. Software Engineer
Dell Linux Solutions
www.dell.com/linux
#2 Linux Server provider with 17% in the US and 14% Worldwide (IDC)!
#3 Unix provider with 18% in the US (Dataquest)!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]