Changeset c43db5f in mainline for uspace/srv/bd/vbd/types/vbd.h


Ignore:
Timestamp:
2015-07-18T13:26:25Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c02d098
Parents:
b7a4d06
Message:

Extended partition should not have a corresponding block device. That means partition service ID cannot be used as partition ID.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/vbd/types/vbd.h

    rb7a4d06 rc43db5f  
    5656        link_t lparts;
    5757        /** Partition ID */
    58         vbds_part_id_t id;
     58        vbds_part_id_t pid;
     59        /** Service ID */
     60        service_id_t svc_id;
    5961        /** Label partition */
    6062        label_part_t *lpart;
Note: See TracChangeset for help on using the changeset viewer.