Revision 93913dfd block/qcow2.h

b/block/qcow2.h
228 228
Qcow2Cache *qcow2_cache_create(BlockDriverState *bs, int num_tables,
229 229
    bool writethrough);
230 230
int qcow2_cache_destroy(BlockDriverState* bs, Qcow2Cache *c);
231
bool qcow2_cache_set_writethrough(BlockDriverState *bs, Qcow2Cache *c,
232
    bool enable);
231 233

  
232 234
void qcow2_cache_entry_mark_dirty(Qcow2Cache *c, void *table);
233 235
int qcow2_cache_flush(BlockDriverState *bs, Qcow2Cache *c);

Also available in: Unified diff