summaryrefslogtreecommitdiffstats
path: root/generator.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2007-12-07 08:41:01 +0000
committerDaniel Veillard <veillard@redhat.com>2007-12-07 08:41:01 +0000
commit205dd748b9917dda70212aff0d296389e378f21a (patch)
tree0126578e8f9c55c34199bb4372ad1d1e5b652ecb /generator.py
parent33ed12a754be58e87faab059e13b6646d67f4e9b (diff)
downloadlibvirt-python-split-205dd748b9917dda70212aff0d296389e378f21a.tar.gz
libvirt-python-split-205dd748b9917dda70212aff0d296389e378f21a.tar.xz
libvirt-python-split-205dd748b9917dda70212aff0d296389e378f21a.zip
* python/generator.py python/libvir.c python/libvirt-python-api.xml:
add a python binding for virNodeGetCellsFreeMemory Daniel
Diffstat (limited to 'generator.py')
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index bf384e1..5d94ec9 100755
--- a/generator.py
+++ b/generator.py
@@ -278,6 +278,7 @@ skip_impl = (
'virNetworkLookupByUUID',
'virDomainBlockStats',
'virDomainInterfaceStats',
+ 'virNodeGetCellsFreeMemory',
)
def skip_function(name):