aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-01-25 16:13:59 +0000
committerDaniel P. Berrange <berrange@redhat.com>2012-01-26 14:11:13 +0000
commit1d5c7a9fdf5616544f88ee01dfbe3274e1b14bdc (patch)
tree7b2e7815195637ad12c7b86466f4cb853ea9907a /src/xen/xm_internal.c
parentConvert various virHash functions to use size_t / uint32 (diff)
downloadlibvirt-1d5c7a9fdf5616544f88ee01dfbe3274e1b14bdc.tar.gz
libvirt-1d5c7a9fdf5616544f88ee01dfbe3274e1b14bdc.tar.bz2
libvirt-1d5c7a9fdf5616544f88ee01dfbe3274e1b14bdc.zip
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.
Diffstat (limited to 'src/xen/xm_internal.c')
-rw-r--r--src/xen/xm_internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xen/xm_internal.c b/src/xen/xm_internal.c
index 9c376fb9d..a34e906c4 100644
--- a/src/xen/xm_internal.c
+++ b/src/xen/xm_internal.c
@@ -42,7 +42,7 @@
#include "xend_internal.h"
#include "xen_sxpr.h"
#include "xen_xm.h"
-#include "hash.h"
+#include "virhash.h"
#include "buf.h"
#include "uuid.h"
#include "util.h"