mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 13:05:27 +00:00
openvz: wire up getHostname
This commit is contained in:
parent
f43461735e
commit
995b5b3d7c
@ -1679,6 +1679,7 @@ static virDriver openvzDriver = {
|
||||
.close = openvzClose, /* 0.3.1 */
|
||||
.type = openvzGetType, /* 0.3.1 */
|
||||
.version = openvzGetVersion, /* 0.5.0 */
|
||||
.getHostname = virGetHostname, /* 0.9.12 */
|
||||
.getMaxVcpus = openvzGetMaxVCPUs, /* 0.4.6 */
|
||||
.nodeGetInfo = nodeGetInfo, /* 0.3.2 */
|
||||
.nodeGetCPUStats = nodeGetCPUStats, /* 0.9.12 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user