summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2013-02-18 17:31:08 +0100
committerJiri Denemark <jdenemar@redhat.com>2013-02-22 17:35:59 +0100
commitfeae4e052489e247b2885704efb221f33039983f (patch)
tree5e1c150b7252011d04233a7516f72c0f45268680
parentb1f3f2d37d2b008193ca58c97757f6163583bcd0 (diff)
downloadlibvirt-python-split-feae4e052489e247b2885704efb221f33039983f.tar.gz
libvirt-python-split-feae4e052489e247b2885704efb221f33039983f.tar.xz
libvirt-python-split-feae4e052489e247b2885704efb221f33039983f.zip
Introduce virDomainMigrate*CompressionCache APIs
Introduce virDomainMigrateGetCompressionCache and virDomainMigrateSetCompressionCache APIs.
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index 92a7f58..e4c9579 100755
--- a/generator.py
+++ b/generator.py
@@ -444,6 +444,7 @@ skip_impl = (
'virNodeGetCPUStats',
'virNodeGetMemoryStats',
'virDomainGetBlockJobInfo',
+ 'virDomainMigrateGetCompressionCache',
'virDomainMigrateGetMaxSpeed',
'virDomainBlockStatsFlags',
'virDomainSetBlockIoTune',