[PATCH v4 04/19] docstring: typedef: fix version of virDomainVcpuFlags

Victor Toso victortoso at redhat.com
Fri Apr 22 19:23:29 UTC 2022


This was a mistake on my side in the v3 iteration of the series. I've
introduced the wrong version number in v3 10/30 and fixed later in v3
22/30. Apologies.

Fixes: 034432e47b
Signed-off-by: Victor Toso <victortoso at redhat.com>
---
 include/libvirt/libvirt-domain.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/libvirt/libvirt-domain.h b/include/libvirt/libvirt-domain.h
index 1b2d50e7c6..138133b719 100644
--- a/include/libvirt/libvirt-domain.h
+++ b/include/libvirt/libvirt-domain.h
@@ -2264,7 +2264,7 @@ typedef virVcpuInfo *virVcpuInfoPtr;
  *
  * Flags for controlling virtual CPU hot-plugging.
  *
- * Since: v1.0.0
+ * Since: v0.8.5
  */
 typedef enum {
     /* See virDomainModificationImpact for these flags.  */
-- 
2.35.1



More information about the libvir-list mailing list