Changeset 0ecfc62 in mainline for uspace/srv/volsrv/types/part.h
- Timestamp:
- 2015-10-09T18:11:08Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a43785
- Parents:
- 372df8f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/volsrv/types/part.h
r372df8f r0ecfc62 48 48 /** Service name */ 49 49 char *svc_name; 50 /** Diskcontents */51 label_disk_cnt_t dcnt;52 /** Labeltype */53 label_type_t ltype;50 /** Partition contents */ 51 vol_part_cnt_t pcnt; 52 /** Filesystem type */ 53 vol_fstype_t fstype; 54 54 } vol_part_t; 55 55
Note:
See TracChangeset
for help on using the changeset viewer.