Basic hashtable support for UST
[lttng-tools.git] / include / lttng-share.h
index 399de4f6e6f610ee63da83ed72050213dec8deb7..cac819d63467377fbe9bf39f8449595e474249b9 100644 (file)
@@ -23,6 +23,9 @@
 
 #include <lttng/lttng.h>
 
+/* Default size of a hash table */
+#define DEFAULT_HT_SIZE                 32
+
 /* Default channel attributes */
 #define DEFAULT_CHANNEL_NAME            "channel0"
 #define DEFAULT_CHANNEL_OVERWRITE       0       /* usec */
This page took 0.022487 seconds and 4 git commands to generate.