Changeset 53e3950 in mainline for uspace/lib/c/include/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/lib/c/include/vbd.h

    re11c527 r53e3950  
    5959        /** Block size */
    6060        size_t block_size;
     61        /** Total number of blocks */
     62        aoff64_t nblocks;
    6163} vbd_disk_info_t;
    6264
Note: See TracChangeset for help on using the changeset viewer.