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


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/srv/bd/vbd/types/vbd.h

    re11c527 r53e3950  
    100100        /** Block size */
    101101        size_t block_size;
     102        /** Total number of blocks */
     103        aoff64_t nblocks;
    102104        /** Used to mark disks still present during re-discovery */
    103105        bool present;
Note: See TracChangeset for help on using the changeset viewer.