rculfhash: with resize stop and helpers, min size can now be 1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Sep 2011 02:40:51 +0000 (22:40 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Sep 2011 02:40:51 +0000 (22:40 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
rculfhash.c

index 197a00f14984d09d8d3e08068a8f7bc89318b636..40f6ff59be9b5427a64d9d4a9b07524a10fe7c6c 100644 (file)
 /*
  * Define the minimum table size.
  */
-#define MIN_TABLE_SIZE                 128
+//#define MIN_TABLE_SIZE                       128
+#define MIN_TABLE_SIZE                 1
 
 #if (CAA_BITS_PER_LONG == 32)
 #define MAX_TABLE_ORDER                        32
This page took 0.026115 seconds and 4 git commands to generate.