summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2008-07-25 12:37:06 +0000
committerDaniel Veillard <veillard@redhat.com>2008-07-25 12:37:06 +0000
commit1359729ea8f566fd2bdffede9389d945561b470f (patch)
treec687a9e8ee5d915a4b47874273a673a6e7d0ad9b
parent8eebef018561ac4b3b7b3306576f6650797570b9 (diff)
downloadlibvirt-python-split-1359729ea8f566fd2bdffede9389d945561b470f.tar.gz
libvirt-python-split-1359729ea8f566fd2bdffede9389d945561b470f.tar.xz
libvirt-python-split-1359729ea8f566fd2bdffede9389d945561b470f.zip
Skip python bindings for virDomainBlockPeek and virDomainMemoryPeek
* python/generator.py: skip generation for virDomainBlockPeek and virDomainMemoryPeek as they break the build Daniel
-rwxr-xr-xgenerator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index 1514c02..01a17da 100755
--- a/generator.py
+++ b/generator.py
@@ -313,6 +313,8 @@ skip_impl = (
'virStorageVolGetInfo',
'virStoragePoolGetAutostart',
'virStoragePoolListVolumes',
+ 'virDomainBlockPeek',
+ 'virDomainMemoryPeek',
)