提交 f18f1183 编写于 作者: P Peter Krempa

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.
上级 338b07af
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册