Add and support the new hash table library
[lttng-tools.git] / include / lttng-share.h
index 708a1f009cf3727d54c42ccf2da62557de1d7db2..41d659b6f49cacdd917970c75f5226b61a918729 100644 (file)
@@ -24,7 +24,7 @@
 #include <lttng/lttng.h>
 
 /* Default size of a hash table */
-#define DEFAULT_HT_SIZE                 32
+#define DEFAULT_HT_SIZE                 4
 
 /* Default channel attributes */
 #define DEFAULT_CHANNEL_NAME            "channel0"
This page took 0.02293 seconds and 4 git commands to generate.