Added field for the ID of the disk system responsible for the partition's content.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3607 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3ec225ba22
commit
e1d495e36c
@ -15,6 +15,7 @@ struct user_partition_data {
|
|||||||
uint32 flags;
|
uint32 flags;
|
||||||
dev_t volume;
|
dev_t volume;
|
||||||
int32 change_counter; // needed?
|
int32 change_counter; // needed?
|
||||||
|
disk_system_id disk_system;
|
||||||
char *name;
|
char *name;
|
||||||
char *content_name;
|
char *content_name;
|
||||||
char *type;
|
char *type;
|
||||||
|
Loading…
Reference in New Issue
Block a user