Ignore:
Timestamp:
2015-06-27T19:50:12Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
78d50bd
Parents:
22fb7ab
Message:

VBD client API, liblabel API, pass partition creation/deletion through to VBD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fdisk/include/types/fdisk.h

    r22fb7ab r28ed0d9  
    4141#include <stdint.h>
    4242#include <types/label.h>
     43#include <vbd.h>
    4344#include <vol.h>
    4445
     
    126127        /** File system type */
    127128        fdisk_fstype_t fstype;
     129        /** Partition ID */
     130        vbd_part_id_t part_id;
    128131} fdisk_part_t;
    129132
     
    147150        /** Volume service */
    148151        vol_t *vol;
     152        /** Virtual Block Device */
     153        vbd_t *vbd;
    149154} fdisk_t;
    150155
Note: See TracChangeset for help on using the changeset viewer.