X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-kernel.h;h=9c52cee0994944df07da6bcbe436a4233a39a550;hp=2eb599272a0ceb15ce167b73b9e68ae37e9528f4;hb=e1f3997aa650554880105d787a864653add7c070;hpb=8192bd8fb712659b9204549f29d9a54dc2c57a9e diff --git a/src/bin/lttng-sessiond/trace-kernel.h b/src/bin/lttng-sessiond/trace-kernel.h index 2eb599272..9c52cee09 100644 --- a/src/bin/lttng-sessiond/trace-kernel.h +++ b/src/bin/lttng-sessiond/trace-kernel.h @@ -63,6 +63,7 @@ struct ltt_kernel_event { /* Kernel channel */ struct ltt_kernel_channel { int fd; + uint64_t key; /* Key to reference this channel with the consumer. */ int enabled; unsigned int stream_count; unsigned int event_count;