]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add function to get hash table's key/value pairs
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Fri, 18 Nov 2011 16:58:17 +0000 (11:58 -0500)
committerStefan Berger <stefanb@us.ibm.com>
Fri, 18 Nov 2011 16:58:17 +0000 (11:58 -0500)
commite9640b99ef2594b3c8560a8b7ba19d9ef0332311
tree1c98471a87e4db4ebd49bb69fa8570e8780369d5
parent4789fb2e4e5bbb9132310a802a90f0ce85ec0016
Add function to get hash table's key/value pairs

Add a function to the virHashTable for getting an array of the hash table's
key-value pairs and have the keys (optionally) sorted.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
src/libvirt_private.syms
src/util/hash.c
src/util/hash.h