提交 2ec48f7a 编写于 作者: D Daniel P. Berrange

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
上级 cc453bb5
......@@ -530,6 +530,7 @@ skip_function = (
)
lxc_skip_function = (
"virDomainLxcEnterNamespace",
)
qemu_skip_function = (
#"virDomainQemuAttach",
......
......@@ -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 = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册