Changeset 8c95dff in mainline for uspace/app/hdisk/common.h


Ignore:
Timestamp:
2013-11-30T17:49:09Z (11 years ago)
Author:
Dominik Taborsky (AT DOT) <brembyseznamcz>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f4a47e52
Parents:
802898f
Message:

various bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hdisk/common.h

    r802898f r8c95dff  
    5454struct label {
    5555        layouts_t layout;
     56        aoff64_t nblocks;
     57        service_id_t device;
    5658        union label_data data;
    5759        unsigned int alignment;
     
    6163        int (* new_label)    (label_t *);
    6264        int (* print_parts)  (label_t *);
    63         int (* read_parts)   (label_t *, service_id_t);
    64         int (* write_parts)  (label_t *, service_id_t);
    65         int (* extra_funcs)  (label_t *, tinput_t *, service_id_t);
     65        int (* read_parts)   (label_t *);
     66        int (* write_parts)  (label_t *);
     67        int (* extra_funcs)  (label_t *, tinput_t *);
    6668};
    6769
Note: See TracChangeset for help on using the changeset viewer.