On Wed, Dec 12, 2018 at 06:08:22PM +0100, Peter Krempa wrote:
The blockjob module uses 'qemuDomainAsyncJob' in it's
public headers.
As I plan adding a new structure containing job data which will need to
be included in "qemu_domain.h" it's necessary to break the circular
dependency.
Convert 'qemuDomainAsyncJob' type to 'int' as it's an enum.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_blockjob.c | 6 +++---
src/qemu/qemu_blockjob.h | 5 ++---
2 files changed, 5 insertions(+), 6 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano