]> xenbits.xensource.com Git - libvirt.git/commit
virDomainObjList: Introduce yet another hash table
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 23 Apr 2015 13:31:53 +0000 (15:31 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 24 Apr 2015 11:22:45 +0000 (13:22 +0200)
commit8728a5656300d7361f7435558f6eef62a4d07c93
treec9062c631ef823a1d6c55be1f4b24e79b5617bca
parent620ff93bd39cd9c49eebbff11c6d6adbe7c67f86
virDomainObjList: Introduce yet another hash table

This hash table will contain the same data as already existing one.
The only difference is that while the first table uses domain uuid as
key, the new table uses domain name. This will allow much faster (and
lockless) lookups by domain name.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.c