Ignore:
Timestamp:
2016-02-18T17:01:49Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9e53406
Parents:
e11c527
Message:

libfdisk should not depend on libblock nor should it access the block devices directly.

File:
1 edited

Legend:

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

    re11c527 r53e3950  
    110110/** List of devices available for managing by fdisk */
    111111typedef struct {
     112        /** Fdisk instance */
     113        struct fdisk *fdisk;
     114        /** List of device info structures */
    112115        list_t devinfos; /* of fdisk_dev_info_t */
    113116} fdisk_dev_list_t;
     
    123126        /** Service name or NULL if not determined yet */
    124127        char *svcname;
    125         /** Device is initialized in libblock */
    126         bool blk_inited;
    127128} fdisk_dev_info_t;
    128129
Note: See TracChangeset for help on using the changeset viewer.