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

Eric Blake eblake at redhat.com
Thu Aug 28 16:39:23 UTC 2014


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 9c497be..cfc016e 100755
> --- a/generator.py
> +++ b/generator.py
> @@ -571,6 +571,7 @@ skip_function = (
>      "virTypedParamsGetULLong",
> 
>      'virNetworkDHCPLeaseFree', # only useful in C, python code uses list
> +    'virDomainStatsRecordListFree', # only useful in C, python uses dict
>  )
> 
>  lxc_skip_function = (
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 539 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140828/f569c814/attachment-0001.sig>


More information about the libvir-list mailing list