aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vtpm_manager/util/hashtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vtpm_manager/util/hashtable.c')
-rw-r--r--tools/vtpm_manager/util/hashtable.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/vtpm_manager/util/hashtable.c b/tools/vtpm_manager/util/hashtable.c
index 57ef0a35cd..aff0e2bae6 100644
--- a/tools/vtpm_manager/util/hashtable.c
+++ b/tools/vtpm_manager/util/hashtable.c
@@ -32,6 +32,12 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ * There are duplicates of this code in:
+ * - tools/xenstore/hashtable.c
+ * - tools/blktap2/drivers/hashtable.c
+ */
+
#include "hashtable.h"
#include "hashtable_private.h"
#include <stdlib.h>