From 706e51217a531c46afc743b556e10fd5c0585fcf Mon Sep 17 00:00:00 2001 From: srs5694 Date: Sat, 21 Jan 2012 13:47:24 -0500 Subject: Changes to partition table size management for Solaris-created GPTs --- gpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpt.h') diff --git a/gpt.h b/gpt.h index eb2c747..26672d7 100644 --- a/gpt.h +++ b/gpt.h @@ -139,7 +139,7 @@ public: int OnePartToMBR(uint32_t gptPart, int mbrPart); // add one partition to MBR. Returns 1 if successful // Adjust GPT structures WITHOUT user interaction... - int SetGPTSize(uint32_t numEntries); + int SetGPTSize(uint32_t numEntries, int fillGPTSectors = 1); void BlankPartitions(void); int DeletePartition(uint32_t partNum); uint32_t CreatePartition(uint32_t partNum, uint64_t startSector, uint64_t endSector); -- cgit v1.2.1