]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Index hashes by UUID instead of name
authorJiri Denemark <jdenemar@redhat.com>
Thu, 17 Jun 2010 14:45:26 +0000 (16:45 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 21 Jun 2010 08:11:34 +0000 (10:11 +0200)
commit30ec755ecb3350116d2851afa0de02e77dbe2c51
treeaf7f0ac657548dac99d1daadeb29be6fa963dcba
parentff5f7d720479498da28e07936e8f2504d36f719e
Index hashes by UUID instead of name

Per-connection hashes for domains, networks, storage pools and network
filter pools were indexed by names which was not the best choice. UUIDs
are better identifiers, so lets use them.
src/datatypes.c