mirror of https://gitee.com/openkylin/libvirt.git
openvz: Correct the comments for new node APIs
It should be 0.9.12 instead of 0.9.11
This commit is contained in:
parent
684f3ebb6d
commit
bfc22645fc
|
@ -1681,10 +1681,10 @@ static virDriver openvzDriver = {
|
|||
.version = openvzGetVersion, /* 0.5.0 */
|
||||
.getMaxVcpus = openvzGetMaxVCPUs, /* 0.4.6 */
|
||||
.nodeGetInfo = nodeGetInfo, /* 0.3.2 */
|
||||
.nodeGetCPUStats = nodeGetCPUStats, /* 0.9.11 */
|
||||
.nodeGetMemoryStats = nodeGetMemoryStats, /* 0.9.11 */
|
||||
.nodeGetCellsFreeMemory = nodeGetCellsFreeMemory, /* 0.9.11 */
|
||||
.nodeGetFreeMemory = nodeGetFreeMemory, /* 0.9.11 */
|
||||
.nodeGetCPUStats = nodeGetCPUStats, /* 0.9.12 */
|
||||
.nodeGetMemoryStats = nodeGetMemoryStats, /* 0.9.12 */
|
||||
.nodeGetCellsFreeMemory = nodeGetCellsFreeMemory, /* 0.9.12 */
|
||||
.nodeGetFreeMemory = nodeGetFreeMemory, /* 0.9.12 */
|
||||
.getCapabilities = openvzGetCapabilities, /* 0.4.6 */
|
||||
.listDomains = openvzListDomains, /* 0.3.1 */
|
||||
.numOfDomains = openvzNumDomains, /* 0.3.1 */
|
||||
|
|
Loading…
Reference in New Issue