Changeset 0ecfc62 in mainline for uspace/srv/volsrv/types/part.h


Ignore:
Timestamp:
2015-10-09T18:11:08Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a43785
Parents:
372df8f
Message:

Information structures need updating to new model.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/volsrv/types/part.h

    r372df8f r0ecfc62  
    4848        /** Service name */
    4949        char *svc_name;
    50         /** Disk contents */
    51         label_disk_cnt_t dcnt;
    52         /** Label type */
    53         label_type_t ltype;
     50        /** Partition contents */
     51        vol_part_cnt_t pcnt;
     52        /** Filesystem type */
     53        vol_fstype_t fstype;
    5454} vol_part_t;
    5555
Note: See TracChangeset for help on using the changeset viewer.