]> xenbits.xensource.com Git - libvirt.git/commitdiff
conf: Fix comment mentioning actual type of @multi member of virDevicePCIAddress
authorPeter Krempa <pkrempa@redhat.com>
Tue, 20 Jan 2015 18:38:00 +0000 (19:38 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 23 Jan 2015 12:18:03 +0000 (13:18 +0100)
After refactor to use the virTristateSwitch enum the comment in the
struct was not adjusted.

src/conf/device_conf.h

index f067a35866b7deb7bc043067f0b5c69fc4d21e5e..7256cdcf53e67d0a7ad22dc66a927e733f0f6ac8 100644 (file)
@@ -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;