mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
fix typo introduced by 90430791
Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com>
This commit is contained in:
parent
a553dbedb8
commit
0aeae5df5e
@ -764,7 +764,7 @@ static int nodeDeviceClose(virConnectPtr conn ATTRIBUTE_UNUSED)
|
||||
static virNodeDeviceDriver halNodeDeviceDriver = {
|
||||
.name = "halNodeDeviceDriver",
|
||||
.nodeDeviceOpen = nodeDeviceOpen, /* 0.5.0 */
|
||||
.nodDeviceClose = nodDeviceClose, /* 0.5.0 */
|
||||
.nodeDeviceClose = nodeDeviceClose, /* 0.5.0 */
|
||||
.nodeNumOfDevices = nodeNumOfDevices, /* 0.5.0 */
|
||||
.nodeListDevices = nodeListDevices, /* 0.5.0 */
|
||||
.connectListAllNodeDevices = nodeListAllNodeDevices, /* 0.10.2 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user