X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fvolume_id%2Fvolume_id.h;h=c6f52bec41010d195371fde0108e6bb8dc664aa4;hb=33eae955e24feb2e473b905d64de17ad641e57e0;hp=e68c42c3cf6d19937a285f898f84e8c351dd3b1a;hpb=9e8a3a095d955538acbdf28dba02582f6b2330e5;p=elogind.git diff --git a/extras/volume_id/volume_id.h b/extras/volume_id/volume_id.h index e68c42c3c..c6f52bec4 100644 --- a/extras/volume_id/volume_id.h +++ b/extras/volume_id/volume_id.h @@ -21,7 +21,7 @@ #ifndef _VOLUME_ID_H_ #define _VOLUME_ID_H_ -#define VOLUME_ID_VERSION 024 +#define VOLUME_ID_VERSION 25 #define VOLUME_ID_LABEL_SIZE 64 #define VOLUME_ID_UUID_SIZE 16 @@ -68,6 +68,7 @@ struct volume_id_partition { char *type; unsigned long long off; unsigned long long len; + unsigned int partition_type_raw; }; struct volume_id {