[PATCH 1/5] conf: Fix comment mentioning actual type of @multi member of virDevicePCIAddress

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



After refactor to use the virTristateSwitch enum the comment in the
struct was not adjusted.
---
 src/conf/device_conf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/device_conf.h b/src/conf/device_conf.h
index f067a35..7256cdc 100644
--- a/src/conf/device_conf.h
+++ b/src/conf/device_conf.h
@@ -52,7 +52,7 @@ struct _virDevicePCIAddress {
     unsigned int bus;
     unsigned int slot;
     unsigned int function;
-    int          multi;  /* enum virDomainDeviceAddressPCIMulti */
+    int          multi;  /* virTristateSwitch */
 };

 typedef struct _virInterfaceLink virInterfaceLink;
-- 
2.2.1

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]