Re: [libvirt] [PATCH 08/25] qemu: blockjob: Export functions for allocating and registering job data

2019-07-15 Thread Ján Tomko
On Fri, Jul 12, 2019 at 06:05:49PM +0200, Peter Krempa wrote: When parsing the status XML we need to register all existing jobs. Export the functions so that they are usable in other modules. Signed-off-by: Peter Krempa --- src/qemu/qemu_blockjob.c | 4 ++-- src/qemu/qemu_blockjob.h | 10 ++

[libvirt] [PATCH 08/25] qemu: blockjob: Export functions for allocating and registering job data

2019-07-12 Thread Peter Krempa
When parsing the status XML we need to register all existing jobs. Export the functions so that they are usable in other modules. Signed-off-by: Peter Krempa --- src/qemu/qemu_blockjob.c | 4 ++-- src/qemu/qemu_blockjob.h | 10 ++ 2 files changed, 12 insertions(+), 2 deletions(-) diff