mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
qemu: blockjob: Document qemuBlockJobRegister
Signed-off-by: Peter Krempa <pkrempa@redhat.com> ACKed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
602fa254a9
commit
35a97e4532
@ -117,6 +117,16 @@ qemuBlockJobDataNew(qemuBlockJobType type,
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* qemuBlockJobRegister:
|
||||
* @job: job to register
|
||||
* @vm: domain to register @job with
|
||||
* @disk: disk to register @job with
|
||||
* @savestatus: save the status XML after registering
|
||||
*
|
||||
* This function registers @job with @disk and @vm and records it into the status
|
||||
* xml (if @savestatus is true).
|
||||
*/
|
||||
int
|
||||
qemuBlockJobRegister(qemuBlockJobDataPtr job,
|
||||
virDomainObjPtr vm,
|
||||
|
Loading…
Reference in New Issue
Block a user