[PATCH v4 03/19] docstring: typedef: fix version of virDomainMemoryModFlags

Victor Toso victortoso at redhat.com
Fri Apr 22 19:23:28 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
21/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 ad920f230d..1b2d50e7c6 100644
--- a/include/libvirt/libvirt-domain.h
+++ b/include/libvirt/libvirt-domain.h
@@ -1755,7 +1755,7 @@ int     virDomainGetMemoryParameters(virDomainPtr domain,
  *
  * Memory size modification flags.
  *
- * Since: v1.0.0
+ * Since: v0.9.0
  */
 typedef enum {
     /* See virDomainModificationImpact for these flags.  */
-- 
2.35.1



More information about the libvir-list mailing list