[libvirt] [PATCH] docs: refer to the correct event ID for DomainEventIOErrorReasonCallback

Claudio Bley cbley at av-test.de
Wed Jan 22 09:39:45 UTC 2014


s/_ID_IO_ERROR/_ID_IO_ERROR_REASON/

Signed-off-by: Claudio Bley <cbley at av-test.de>
---
Pushed under the trivial rule.

 include/libvirt/libvirt.h.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
index a448411..47a896b 100644
--- a/include/libvirt/libvirt.h.in
+++ b/include/libvirt/libvirt.h.in
@@ -4664,7 +4664,7 @@ typedef void (*virConnectDomainEventIOErrorCallback)(virConnectPtr conn,
  * @opaque: application specified data
  *
  * The callback signature to use when registering for an event of type
- * VIR_DOMAIN_EVENT_ID_IO_ERROR with virConnectDomainEventRegisterAny()
+ * VIR_DOMAIN_EVENT_ID_IO_ERROR_REASON with virConnectDomainEventRegisterAny()
  *
  */
 typedef void (*virConnectDomainEventIOErrorReasonCallback)(virConnectPtr conn,
-- 
1.7.9.5




More information about the libvir-list mailing list