Fix: Add space for stream name CPU number
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.h
index e5a8f3b0b4c0f6acd7268cf760bca94e777b6503..96a3664b4158d8a78f13053bfe75ab7a83d9272b 100644 (file)
@@ -23,6 +23,7 @@
 #include <lttng/lttng.h>
 #include <common/lttng-kernel.h>
 #include <common/lttng-kernel-old.h>
+#include <common/defaults.h>
 
 #include "consumer.h"
 
@@ -82,7 +83,7 @@ struct ltt_kernel_stream {
        int fd;
        int state;
        /* Format is %s_%d respectively channel name and CPU number. */
-       char name[LTTNG_SYMBOL_NAME_LEN];
+       char name[DEFAULT_STREAM_NAME_LEN];
        struct cds_list_head list;
 };
 
This page took 0.023107 seconds and 4 git commands to generate.