
26 Nov
2019
26 Nov
'19
3:49 p.m.
On 11/26/19 10:17 AM, Peter Krempa wrote:
We will need to clear per-job type data when we will be marking a blockjob as broken in the new way. Extract the code for future reuse.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_blockjob.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/qemu/qemu_blockjob.c b/src/qemu/qemu_blockjob.c index 5a6c5542a6..6db3e0ca84 100644 --- a/src/qemu/qemu_blockjob.c +++ b/src/qemu/qemu_blockjob.c @@ -70,6 +70,13 @@ VIR_ENUM_IMPL(qemuBlockjob,
static virClassPtr qemuBlockJobDataClass;
Need an extra newline here to preserve previous spacing Reviewed-by: Cole Robinson <crobinso@redhat.com> - Cole