Re: [libvirt] [python PATCH 2/5] API: Skip 'virDomainStatsRecordListFree'

2014-08-29 Thread Pavel Hrdina
On 08/28/2014 06:32 PM, Peter Krempa wrote: The new API function doesn't make sense to be exported in python. The bindings will return native types instead of the struct array. --- generator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/generator.py b/generator.py index

[libvirt] [python PATCH 2/5] API: Skip 'virDomainStatsRecordListFree'

2014-08-28 Thread Peter Krempa
The new API function doesn't make sense to be exported in python. The bindings will return native types instead of the struct array. --- generator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/generator.py b/generator.py index 9c497be..cfc016e 100755 --- a/generator.py +++ b/generator.py

Re: [libvirt] [python PATCH 2/5] API: Skip 'virDomainStatsRecordListFree'

2014-08-28 Thread Eric Blake
On 08/28/2014 10:32 AM, Peter Krempa wrote: The new API function doesn't make sense to be exported in python. The bindings will return native types instead of the struct array. --- generator.py | 1 + 1 file changed, 1 insertion(+) ACK. diff --git a/generator.py b/generator.py index