]> xenbits.xensource.com Git - libvirt.git/commit
Rename hash.h and hash.c to virhash.h and virhash.c
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 25 Jan 2012 16:13:59 +0000 (16:13 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 26 Jan 2012 14:11:13 +0000 (14:11 +0000)
commit1d5c7a9fdf5616544f88ee01dfbe3274e1b14bdc
tree7b2e7815195637ad12c7b86466f4cb853ea9907a
parent9f2bf8fd038a7ad6a5a8d6cfc771baa5988c3c04
Rename  hash.h and hash.c to virhash.h and virhash.c

In preparation for the patch to include Murmurhash3, which
introduces a virhashcode.h and virhashcode.c files, rename
the existing hash.h and hash.c to virhash.h and virhash.c
respectively.
21 files changed:
po/POTFILES.in
src/Makefile.am
src/conf/domain_conf.h
src/conf/nwfilter_conf.h
src/conf/nwfilter_params.h
src/cpu/cpu_generic.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_text.h
src/uml/uml_conf.h
src/util/cgroup.c
src/util/hash.c [deleted file]
src/util/hash.h [deleted file]
src/util/virhash.c [new file with mode: 0644]
src/util/virhash.h [new file with mode: 0644]
src/xen/xen_driver.h
src/xen/xm_internal.c
tests/Makefile.am
tests/hashdata.h [deleted file]
tests/hashtest.c [deleted file]
tests/virhashdata.h [new file with mode: 0644]
tests/virhashtest.c [new file with mode: 0644]