[libvirt] [PATCH] python: Fix export of virDomainSnapshotListChildrenNames

Eric Blake eblake at redhat.com
Tue Dec 13 15:06:29 UTC 2011


On 12/13/2011 07:54 AM, Peter Krempa wrote:
> Commit f2013c9dd1ce468b8620ee35c232a93ef7026fb0 added implementation of
> virDomainSnapshotListChildrenNames override export, but registration of
> the newly exported function was not added.
> 
>  *python/libvirt-override.c: - register export of function
> ---
>  python/libvirt-override.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/python/libvirt-override.c b/python/libvirt-override.c
> index 9e98918..a16a7d1 100644
> --- a/python/libvirt-override.c
> +++ b/python/libvirt-override.c
> @@ -5106,6 +5106,7 @@ static PyMethodDef libvirtMethods[] = {
>      {(char *) "virConnectBaselineCPU", libvirt_virConnectBaselineCPU, METH_VARARGS, NULL},
>      {(char *) "virDomainGetJobInfo", libvirt_virDomainGetJobInfo, METH_VARARGS, NULL},
>      {(char *) "virDomainSnapshotListNames", libvirt_virDomainSnapshotListNames, METH_VARARGS, NULL},
> +    {(char *) "virDomainSnapshotListChildrenNames", libvirt_virDomainSnapshotListChildrenNames, METH_VARARGS, NULL},

ACK, and thanks for taking care of my oversight.

-- 
Eric Blake   eblake at 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: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20111213/2cb9bdc8/attachment-0001.sig>


More information about the libvir-list mailing list