Fix build due to previous LXC patch

Mark virDomainLxcEnterNamespace as skipped in python binding
and remove reference to lxcDomainOpenNamespace which doesn't
arrive until a later patch
This commit is contained in:
Daniel P. Berrange 2013-01-14 16:34:51 +00:00
parent cc453bb548
commit 2ec48f7aa9
2 changed files with 1 additions and 1 deletions

View File

@ -530,6 +530,7 @@ skip_function = (
)
lxc_skip_function = (
"virDomainLxcEnterNamespace",
)
qemu_skip_function = (
#"virDomainQemuAttach",

View File

@ -4544,7 +4544,6 @@ static virDriver lxcDriver = {
.domainShutdown = lxcDomainShutdown, /* 1.0.1 */
.domainShutdownFlags = lxcDomainShutdownFlags, /* 1.0.1 */
.domainReboot = lxcDomainReboot, /* 1.0.1 */
.domainLxcOpenNamespace = lxcDomainOpenNamespace, /* 1.0.2 */
};
static virStateDriver lxcStateDriver = {