First iteration of hash table

This commit is contained in:
Nils O. Selåsdal
2013-10-17 21:00:05 +02:00
parent 2d680052b2
commit 987db2d096
3 changed files with 365 additions and 0 deletions
+2
View File
@@ -25,6 +25,7 @@ extern Suite *dbuf_suite(void);
extern Suite *sprintb_suite(void);
extern Suite *strv_suite(void);
extern Suite *ratelimit_suite(void);
extern Suite *htable_suite(void);
static suite_func suites[] = {
bitvec_suite,
@@ -44,6 +45,7 @@ static suite_func suites[] = {
sprintb_suite,
strv_suite,
ratelimit_suite,
htable_suite,
clock_suite,
threadqueue_suite
};