[libvirt] [python PATCH v2 4/5] API: Implement bindings for virDomainListGetStats

2014-09-01 Thread Pavel Hrdina
Implement the function by returning a list of tuples instead the array of virDomainStatsRecords and store the typed parameters as dict. Signed-off-by: Peter Krempa pkre...@redhat.com Signed-off-by: Pavel Hrdina phrd...@redhat.com --- generator.py | 1 +

Re: [libvirt] [python PATCH v2 4/5] API: Implement bindings for virDomainListGetStats

2014-09-01 Thread Peter Krempa
On 09/01/14 22:18, Pavel Hrdina wrote: Implement the function by returning a list of tuples instead the array of virDomainStatsRecords and store the typed parameters as dict. Signed-off-by: Peter Krempa pkre...@redhat.com Signed-off-by: Pavel Hrdina phrd...@redhat.com --- generator.py