Revision f9e96436 block/vvfat.c

b/block/vvfat.c
2762 2762
}
2763 2763

  
2764 2764
static BlockDriver vvfat_write_target = {
2765
    "vvfat_write_target", 0, NULL, NULL, NULL,
2766
    write_target_commit,
2767
    write_target_close,
2768
    NULL, NULL, NULL
2765
    .format_name        = "vvfat_write_target",
2766
    .bdrv_write         = write_target_commit,
2767
    .bdrv_close         = write_target_close,
2769 2768
};
2770 2769

  
2771 2770
static int enable_write_target(BDRVVVFATState *s)

Also available in: Unified diff