diff options
Diffstat (limited to 'include/qemu')
-rw-r--r-- | include/qemu/job.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/qemu/job.h b/include/qemu/job.h index 3e817be..2648c74 100644 --- a/include/qemu/job.h +++ b/include/qemu/job.h @@ -97,6 +97,12 @@ typedef struct Job { */ bool cancelled; + /** + * Set to true if the job should abort immediately without waiting + * for data to be in sync. + */ + bool force_cancel; + /** Set to true when the job has deferred work to the main loop. */ bool deferred_to_main_loop; |