]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: use virDomainJobData instead of virDomainJobInfo
authorKristina Hanicova <khanicov@redhat.com>
Fri, 11 Feb 2022 13:49:07 +0000 (14:49 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 15 Feb 2022 11:20:45 +0000 (12:20 +0100)
commit65312001bd972df8b7d4f11ea4662aff4889bee5
treef7c5cacbc03702647be1c8d85a223b8240ef1d12
parent0301db44e2136b76a89569051aea95cf8f4b1c7e
libxl: use virDomainJobData instead of virDomainJobInfo

This transition will make it easier for me to generalize jobs in
the future as they will always use virDomainJobData and
virDomainJobInfo will be only used in the public api..

Signed-off-by: Kristina Hanicova <khanicov@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/libxl/libxl_domain.c
src/libxl/libxl_domain.h
src/libxl/libxl_driver.c