Revision 205ef796 block_int.h

b/block_int.h
59 59
                      const uint8_t *buf, int nb_sectors);
60 60
    void (*bdrv_close)(BlockDriverState *bs);
61 61
    int (*bdrv_create)(const char *filename, QEMUOptionParameter *options);
62
    void (*bdrv_flush)(BlockDriverState *bs);
62
    int (*bdrv_flush)(BlockDriverState *bs);
63 63
    int (*bdrv_is_allocated)(BlockDriverState *bs, int64_t sector_num,
64 64
                             int nb_sectors, int *pnum);
65 65
    int (*bdrv_set_key)(BlockDriverState *bs, const char *key);

Also available in: Unified diff