mirror of https://gitee.com/openkylin/libvirt.git
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…
Reference in New Issue