mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
openvz: wire up more node information functions
in detail nodeGetCPUStats, nodeGetMemoryStats, nodeGetCellsFreeMemory and nodeGetFreeMemory
This commit is contained in:
parent
a2996926e3
commit
b33d3d0f17
@ -1681,6 +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 */
|
||||
.getCapabilities = openvzGetCapabilities, /* 0.4.6 */
|
||||
.listDomains = openvzListDomains, /* 0.3.1 */
|
||||
.numOfDomains = openvzNumDomains, /* 0.3.1 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user