[libvirt] [PATCH] virXPathInt() and virXPathUInt() don't exist

Daniel P. Berrange berrange at redhat.com
Fri Feb 13 16:25:26 UTC 2009


On Fri, Feb 13, 2009 at 12:06:10PM +0000, Mark McLoughlin wrote:
> It looks like these functions have never existed.

They did at one point in my out of tree patches for some feature, but guess
I removed them and forget the header before finally comitting.

> diff --git a/src/xml.h b/src/xml.h
> index 0daa874..da9d3b5 100644
> --- a/src/xml.h
> +++ b/src/xml.h
> @@ -21,14 +21,6 @@ int		virXPathNumber	(virConnectPtr conn,
>                                   const char *xpath,
>                                   xmlXPathContextPtr ctxt,
>                                   double *value);
> -int		virXPathInt	(virConnectPtr conn,
> -                                 const char *xpath,
> -                                 xmlXPathContextPtr ctxt,
> -                                 int *value);
> -int		virXPathUInt	(virConnectPtr conn,
> -                                 const char *xpath,
> -                                 xmlXPathContextPtr ctxt,
> -                                 unsigned int *value);
>  int		virXPathLong	(virConnectPtr conn,
>                                   const char *xpath,
>                                   xmlXPathContextPtr ctxt,

ACK

Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list