]> Git Repo - qemu.git/blobdiff - include/block/block_backup.h
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190903' into...
[qemu.git] / include / block / block_backup.h
index 994a3bd2ec8799c8defacb7e027e8a715532081c..157596c2963fea03a57bf7dc2ab69fb2d8191210 100644 (file)
 
 #include "block/block_int.h"
 
-typedef struct CowRequest {
-    int64_t start_byte;
-    int64_t end_byte;
-    QLIST_ENTRY(CowRequest) list;
-    CoQueue wait_queue; /* coroutines blocked on this request */
-} CowRequest;
-
-void backup_wait_for_overlapping_requests(BlockJob *job, int64_t offset,
-                                          uint64_t bytes);
-void backup_cow_request_begin(CowRequest *req, BlockJob *job,
-                              int64_t offset, uint64_t bytes);
-void backup_cow_request_end(CowRequest *req);
-
 void backup_do_checkpoint(BlockJob *job, Error **errp);
 
 #endif
This page took 0.024408 seconds and 4 git commands to generate.