X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkernel.h;h=c4c687e5b97eade8b1b0ad6e6bcd97cd6cb7a770;hp=2fbaca91ef112d75a5e5289d3dbed2bc223adf80;hb=6725fe1993a3c70c5fddecf5a458f03b08852edd;hpb=10a8a2237343699e3923d87e24dbf2d7fe225377 diff --git a/src/bin/lttng-sessiond/kernel.h b/src/bin/lttng-sessiond/kernel.h index 2fbaca91e..c4c687e5b 100644 --- a/src/bin/lttng-sessiond/kernel.h +++ b/src/bin/lttng-sessiond/kernel.h @@ -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);