X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-kernel.h;h=96a3664b4158d8a78f13053bfe75ab7a83d9272b;hp=c86cc273ce8ba363865a706938a913687fd7dfab;hb=edb8b045f1abe76804200921e7b2eb42ec66b5e4;hpb=4dbc372b53ef1ac713497164e7a8b92100db7ae2 diff --git a/src/bin/lttng-sessiond/trace-kernel.h b/src/bin/lttng-sessiond/trace-kernel.h index c86cc273c..96a3664b4 100644 --- a/src/bin/lttng-sessiond/trace-kernel.h +++ b/src/bin/lttng-sessiond/trace-kernel.h @@ -23,6 +23,7 @@ #include #include #include +#include #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; }; @@ -107,6 +108,8 @@ struct ltt_kernel_session { */ struct consumer_output *consumer; struct consumer_output *tmp_consumer; + /* Tracing session id */ + unsigned int id; }; /*