[libvirt] [PATCH 2/2] libvirt.h.in: fix documentation for virConnectDomainEventBlockJobCallback

Claudio Bley cbley at av-test.de
Wed Jan 30 07:49:53 UTC 2013


In commit 3ac26e2645e6456389a918455213d7e3824f63f9 parameter "path" was
renamed to "disk" but this change was not reflected in the documentation.

Additionally, documentation of the "opaque" parameter was missing.

Signed-off-by: Claudio Bley <cbley at av-test.de>
---
 include/libvirt/libvirt.h.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
index c51474e..c8454b2 100644
--- a/include/libvirt/libvirt.h.in
+++ b/include/libvirt/libvirt.h.in
@@ -4359,9 +4359,10 @@ typedef enum {
  * virConnectDomainEventBlockJobCallback:
  * @conn: connection object
  * @dom: domain on which the event occurred
- * @path: fully-qualified filename of the affected disk
+ * @disk: fully-qualified filename of the affected disk
  * @type: type of block job (virDomainBlockJobType)
  * @status: final status of the operation (virConnectDomainEventBlockJobStatus)
+ * @opaque: application specified data
  *
  * The callback signature to use when registering for an event of type
  * VIR_DOMAIN_EVENT_ID_BLOCK_JOB with virConnectDomainEventRegisterAny()
-- 
1.7.9.5




More information about the libvir-list mailing list