mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
conf: Fix comment mentioning actual type of @multi member of virDevicePCIAddress
After refactor to use the virTristateSwitch enum the comment in the struct was not adjusted.
This commit is contained in:
parent
338b07afa9
commit
f18f1183e5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user