Changeset db9c889 in mainline for uspace/srv/volsrv/types/part.h
- Timestamp:
- 2018-06-29T13:22:39Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 72c72d4
- Parents:
- 5f36841
- git-author:
- Jiri Svoboda <jiri@…> (2018-06-28 17:22:13)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-06-29 13:22:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/volsrv/types/part.h
r5f36841 rdb9c889 39 39 40 40 #include <adt/list.h> 41 #include <stdbool.h> 41 42 #include <types/label.h> 42 43 … … 55 56 /** Volume label */ 56 57 char *label; 58 /** Where volume is currently mounted */ 59 char *cur_mp; 60 /** Mounted at automatic mount point */ 61 bool cur_mp_auto; 57 62 } vol_part_t; 58 63
Note:
See TracChangeset
for help on using the changeset viewer.