X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ltt-sessiond%2Ftrace.h;h=9cfbd84ab1a636b86286e58623058af21d29cfc4;hb=9cb983500508a95363a09a5a65d2f67774c38b69;hp=6e86915b60ef69f0519485dfb5291982f955aa17;hpb=20fe210416ef1cc0e9b85e5a40c58344e3185fd6;p=lttng-tools.git diff --git a/ltt-sessiond/trace.h b/ltt-sessiond/trace.h index 6e86915b6..9cfbd84ab 100644 --- a/ltt-sessiond/trace.h +++ b/ltt-sessiond/trace.h @@ -38,7 +38,7 @@ struct ltt_kernel_event { /* Kernel channel */ struct ltt_kernel_channel { int fd; - struct lttng_channel *channel; + struct lttng_kernel_channel *channel; struct ltt_kernel_event_list events_list; };