]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Fix build due to previous LXC patch
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 14 Jan 2013 16:34:51 +0000 (16:34 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 14 Jan 2013 16:35:40 +0000 (16:35 +0000)
Mark virDomainLxcEnterNamespace as skipped in python binding
and remove reference to lxcDomainOpenNamespace which doesn't
arrive until a later patch

python/generator.py
src/lxc/lxc_driver.c

index f984dfa44251e424328378f42ff3ecdd207294fa..28426c48a9ab25dc1c7f462e66a24ac62825d411 100755 (executable)
@@ -530,6 +530,7 @@ skip_function = (
 )
 
 lxc_skip_function = (
+  "virDomainLxcEnterNamespace",
 )
 qemu_skip_function = (
     #"virDomainQemuAttach",
index 025c35fd3166c094bf44f9a0556f5b1db8e539f6..8050ce633aa80d9327530da3c9835164457e1b19 100644 (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 = {