From 7e24a312fcbf35309fbe91294e5cf67f2316b904 Mon Sep 17 00:00:00 2001 From: Marek Vavrusa <marek.vavrusa@nic.cz> Date: Wed, 30 Jan 2013 15:16:51 +0100 Subject: [PATCH] Added hattrie to project file list. --- Knot.files | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Knot.files b/Knot.files index e51f14d92d..ae3144eb12 100644 --- a/Knot.files +++ b/Knot.files @@ -60,6 +60,13 @@ src/libknot/zone/zone-tree.c src/libknot/zone/dname-table.h src/libknot/zone/dname-table.c src/Makefile.am +src/common/hattrie +src/common/hattrie/ahtable.c +src/common/hattrie/ahtable.h +src/common/hattrie/hat-trie.c +src/common/hattrie/hat-trie.h +src/common/hattrie/murmurhash3.c +src/common/hattrie/murmurhash3.h src/common/slab/slab.c src/common/slab/slab.h src/common/slab/alloc-common.h -- GitLab