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:
Ingo Weinhold 2003-06-22 23:10:01 +00:00
parent 3ec225ba22
commit e1d495e36c

View File

@ -15,6 +15,7 @@ struct user_partition_data {
uint32 flags;
dev_t volume;
int32 change_counter; // needed?
disk_system_id disk_system;
char *name;
char *content_name;
char *type;