Fix: Add space for stream name CPU number
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index b94d3fb8d6229300fea7fda8203e4dda1b7fe27d..e69c32bb2dfc80392a17532592057008535e3a44 100644 (file)
@@ -30,6 +30,7 @@
 #include <lttng/lttng.h>
 #include <common/compat/socket.h>
 #include <common/uri.h>
+#include <common/defaults.h>
 
 #include <arpa/inet.h>
 #include <netinet/in.h>
@@ -274,7 +275,7 @@ struct lttcomm_consumer_msg {
                        char path_name[PATH_MAX];
                        int net_index;
                        unsigned int metadata_flag;
-                       char name[LTTNG_SYMBOL_NAME_LEN];  /* Name string of the stream */
+                       char name[DEFAULT_STREAM_NAME_LEN];  /* Name string of the stream */
                        uint64_t session_id;   /* Tracing session id of the stream */
                } stream;
                struct {
This page took 0.023106 seconds and 4 git commands to generate.