openvz: wire up getHostname

This commit is contained in:
Guido Günther 2012-04-16 10:50:33 +02:00 committed by Cole Robinson
parent ac620c2e4a
commit 881dd9dc43

View File

@ -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 */
.getCapabilities = openvzGetCapabilities, /* 0.4.6 */