From: Guido Günther Date: Mon, 16 Apr 2012 08:50:33 +0000 (+0200) Subject: openvz: wire up getHostname X-Git-Tag: v0.9.12-rc1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=995b5b3d7c4a0096ded7d98a7d221bc51c3a7efd;p=thirdparty%2Flibvirt.git openvz: wire up getHostname --- diff --git a/src/openvz/openvz_driver.c b/src/openvz/openvz_driver.c index 0451c221ea..7ec327d91e 100644 --- a/src/openvz/openvz_driver.c +++ b/src/openvz/openvz_driver.c @@ -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 */