summaryrefslogtreecommitdiff
path: root/host/include/cgpt_params.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/cgpt_params.h')
-rw-r--r--host/include/cgpt_params.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/cgpt_params.h b/host/include/cgpt_params.h
index ffd071a2..8e8bfa6c 100644
--- a/host/include/cgpt_params.h
+++ b/host/include/cgpt_params.h
@@ -55,6 +55,7 @@ typedef struct CgptAddParams {
typedef struct CgptEditParams {
char *drive_name;
+ uint64_t drive_size;
Guid unique_guid;
int set_unique;
} CgptEditParams;