Hi,
On Thu, Feb 24, 2011 at 01:24:32PM +0000, Daniel P. Berrange wrote:
> diff --git a/src/util/hash.c b/src/util/hash.c
> index c3c8b66..92ee234 100644
> --- a/src/util/hash.c
> +++ b/src/util/hash.c
> @@ -55,39 +55,70 @@ struct _virHashTable {
> int size;
> int nbElems;
> virHashDataFree dataFree;
> + virHashKeyCode keyCode;
> + virHashKeyEqual keyEqual;
> + virHashKeyCopy keyCopy;
> + virHashKeyFree keyFree;The new names are much clearer, thanks :) Rest of the patch looks good to me. Christophe
pgpox5eZh8dSi.pgp
Description: PGP signature
-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
