Changeset 64ffd83 in mainline for uspace/srv/volsrv/types/part.h
- Timestamp:
- 2018-07-24T09:43:38Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bec18a9
- Parents:
- 05208d9
- git-author:
- Jiri Svoboda <jiri@…> (2018-07-23 18:41:45)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-07-24 09:43:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/volsrv/types/part.h
r05208d9 r64ffd83 66 66 /** Mounted at automatic mount point */ 67 67 bool cur_mp_auto; 68 /** Volume */ 69 struct vol_volume *volume; 68 70 } vol_part_t; 69 71 … … 74 76 /** Partitions (list of vol_part_t) */ 75 77 list_t parts; 78 /** Underlying volumes */ 79 struct vol_volumes *volumes; 76 80 } vol_parts_t; 77 81
Note:
See TracChangeset
for help on using the changeset viewer.