31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
|
|
From 3a68d932c30efd54bbf2833f932adcfdc8a99876 Mon Sep 17 00:00:00 2001
|
||
|
|
From: huangkai <huangkai101@huawei.com>
|
||
|
|
Date: Tue, 2 Aug 2022 16:16:57 +0800
|
||
|
|
Subject: [PATCH 14/22] virConnectDomainEventRegisterAny: correct docs
|
||
|
|
|
||
|
|
The callback ID can be zero, not necessarily positive; correct the
|
||
|
|
comment to reflect this.
|
||
|
|
|
||
|
|
Signed-off-by: John Levon <levon@movementarian.org>
|
||
|
|
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
|
||
|
|
---
|
||
|
|
src/libvirt-domain.c | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c
|
||
|
|
index 0ff99c94b6..6ce4a6715c 100644
|
||
|
|
--- a/src/libvirt-domain.c
|
||
|
|
+++ b/src/libvirt-domain.c
|
||
|
|
@@ -9281,7 +9281,7 @@ virDomainMigrateStartPostCopy(virDomainPtr domain,
|
||
|
|
* The reference can be released once the object is no longer required
|
||
|
|
* by calling virDomainFree().
|
||
|
|
*
|
||
|
|
- * The return value from this method is a positive integer identifier
|
||
|
|
+ * The return value from this method is a non-negative integer identifier
|
||
|
|
* for the callback. To unregister a callback, this callback ID should
|
||
|
|
* be passed to the virConnectDomainEventDeregisterAny() method.
|
||
|
|
*
|
||
|
|
--
|
||
|
|
2.33.0
|
||
|
|
|