1
0
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:
Guido Günther 2012-04-14 22:17:48 +02:00
parent a2996926e3
commit b33d3d0f17

View File

@ -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 */