summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcelo Cerri <mhcerri@linux.vnet.ibm.com>2012-08-15 19:10:39 -0300
committerMichal Privoznik <mprivozn@redhat.com>2012-08-20 19:14:30 +0200
commitcefb1499d9e55c16a9b72bcb23ca5617cda4f065 (patch)
tree5674c7175dfe8b78027ac65c693eda12a38598c3
parentc609d9f34b029872cc4999bd8979bddd4e25372a (diff)
downloadlibvirt-python-split-0.10.0-rc1.tar.gz
libvirt-python-split-0.10.0-rc1.tar.xz
libvirt-python-split-0.10.0-rc1.zip
Update the remote APIv0.10.0-rc1
This patch updates libvirt's API to allow applications to inspect the full list of security labels of a domain. Signed-off-by: Marcelo Cerri <mhcerri@linux.vnet.ibm.com>
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index 6559ece..1f87195 100755
--- a/generator.py
+++ b/generator.py
@@ -448,6 +448,7 @@ skip_function = (
'virConnectOpenAuth', # Python C code is manually written
'virDefaultErrorFunc', # Python virErrorFuncHandler impl calls this from C
'virDomainGetSecurityLabel', # Needs investigation...
+ 'virDomainGetSecurityLabelList', # Needs investigation...
'virNodeGetSecurityModel', # Needs investigation...
'virConnectDomainEventRegister', # overridden in virConnect.py
'virConnectDomainEventDeregister', # overridden in virConnect.py