From 88c7815d5fa18f51ed4ac318155822b8a688fdf5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 23 Apr 2014 16:03:40 +0200 Subject: m fixes + store client information in a hash table and in a linked list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libmdsserver/hash-table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libmdsserver/hash-table.h') diff --git a/src/libmdsserver/hash-table.h b/src/libmdsserver/hash-table.h index 2525da0..cf0af02 100644 --- a/src/libmdsserver/hash-table.h +++ b/src/libmdsserver/hash-table.h @@ -165,7 +165,7 @@ int hash_table_create_fine_tuned(hash_table_t* restrict this, size_t initial_cap * @return :int Non-zero on error, `errno` will have been set accordingly */ #define hash_table_create_tuned(this, initial_capacity) \ - hash_table_create_fine_tuned(this, initial_capacity, 0.75) + hash_table_create_fine_tuned(this, initial_capacity, 0.75f) /** * Create a hash table -- cgit v1.2.3-70-g09d2