aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap2/drivers/hashtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/blktap2/drivers/hashtable.c')
-rw-r--r--tools/blktap2/drivers/hashtable.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/blktap2/drivers/hashtable.c b/tools/blktap2/drivers/hashtable.c
index 67697498a7..631306b3e4 100644
--- a/tools/blktap2/drivers/hashtable.c
+++ b/tools/blktap2/drivers/hashtable.c
@@ -1,5 +1,11 @@
/* Copyright (C) 2004 Christopher Clark <firstname.lastname@cl.cam.ac.uk> */
+/*
+ * There are duplicates of this code in:
+ * - tools/xenstore/hashtable.c
+ * - tools/vtpm_manager/util/hashtable.c
+ */
+
#include "hashtable.h"
#include "hashtable_private.h"
#include <stdlib.h>