Changeset 6bc542b in mainline for uspace/lib/label/include


Ignore:
Timestamp:
2015-07-02T21:53:12Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
99c23405
Parents:
6a0d4ce2
Message:

Allocate and create partition with libfdisk (except actual modification of on-disk label).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/label/include/types/liblabel.h

    r6a0d4ce2 r6bc542b  
    9898/** Specification of new partition */
    9999struct label_part_spec {
     100        /** Partition index */
     101        int index;
     102        /** First block */
     103        aoff64_t block0;
     104        /** Number of blocks */
     105        aoff64_t nblocks;
     106        /** Partition type */
     107        uint64_t ptype;
    100108};
    101109
Note: See TracChangeset for help on using the changeset viewer.