0.5.1-pre1, with new code to enable moving the backup GPT data

structures, for the benefit of those who add disks to a RAID array.
This commit is contained in:
srs5694
2009-11-24 15:43:49 -05:00
parent 978041ca61
commit 8bb7876224
5 changed files with 86 additions and 55 deletions

1
gpt.h
View File

@@ -127,6 +127,7 @@ public:
void BlankPartitions(void);
void SortGPT(void);
int ClearGPTData(void);
void FixSecondHeaderLocation();
void SetName(uint32_t partNum, char* theName = NULL);
void SetDiskGUID(GUIDData newGUID);
int SetPartitionGUID(uint32_t pn, GUIDData theGUID);