Add event count in channel structure
[lttng-tools.git] / ltt-sessiond / trace.h
index 29e1b92aa23899708e60c8185d074db93e3a2f84..3b86160f8f2d73c226f3f16d9586513421e36fcf 100644 (file)
@@ -56,6 +56,7 @@ struct ltt_kernel_channel {
        int enabled;
        char *pathname;
        unsigned int stream_count;
+       unsigned int event_count;
        struct lttng_kernel_context *ctx;
        struct lttng_channel *channel;
        struct ltt_kernel_event_list events_list;
This page took 0.022702 seconds and 4 git commands to generate.