Fix off-by-one and double list size instead of steady increment
[lttng-tools.git] / src / bin / lttng-sessiond / kernel.h
index 2fbaca91ef112d75a5e5289d3dbed2bc223adf80..c4c687e5b97eade8b1b0ad6e6bcd97cd6cb7a770 100644 (file)
@@ -29,7 +29,7 @@
  * This is NOT an upper bound because if the real event list size is bigger,
  * dynamic reallocation is performed.
  */
-#define KERNEL_EVENT_LIST_SIZE 80
+#define KERNEL_EVENT_INIT_LIST_SIZE 64
 
 int kernel_add_channel_context(struct ltt_kernel_channel *chan,
                struct lttng_kernel_context *ctx);
This page took 0.024318 seconds and 5 git commands to generate.