Changeset 372df8f in mainline for uspace/srv/volsrv/types/part.h
- Timestamp:
- 2015-10-09T07:00:23Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ecfc62
- Parents:
- 0bde8523
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/volsrv/types/part.h
r0bde8523 r372df8f 35 35 */ 36 36 37 #ifndef TYPES_ DISK_H_38 #define TYPES_ DISK_H_37 #ifndef TYPES_PART_H_ 38 #define TYPES_PART_H_ 39 39 40 40 #include <types/label.h> 41 41 42 /** Disk*/42 /** Partition */ 43 43 typedef struct { 44 /** Link to vol_ disks */45 link_t l disks;44 /** Link to vol_parts */ 45 link_t lparts; 46 46 /** Service ID */ 47 47 service_id_t svc_id; … … 52 52 /** Label type */ 53 53 label_type_t ltype; 54 } vol_ disk_t;54 } vol_part_t; 55 55 56 56 #endif
Note:
See TracChangeset
for help on using the changeset viewer.