X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fkernel-ctl.h;fp=ltt-sessiond%2Fkernel-ctl.h;h=22250417db7883b496efa8d9211525add09a642c;hp=5f3306bc126b2f431f178e8033a31d3c503c622d;hb=9f19cc17a942a7089fc209a2527d8b2960c83a00;hpb=b79f82bbde7fd1fb50a6820d5ffabdbe105941ed diff --git a/ltt-sessiond/kernel-ctl.h b/ltt-sessiond/kernel-ctl.h index 5f3306bc1..22250417d 100644 --- a/ltt-sessiond/kernel-ctl.h +++ b/ltt-sessiond/kernel-ctl.h @@ -49,7 +49,7 @@ int kernel_flush_buffer(struct ltt_kernel_channel *channel); int kernel_metadata_flush_buffer(int fd); int kernel_start_session(struct ltt_kernel_session *session); int kernel_stop_session(struct ltt_kernel_session *session); -ssize_t kernel_list_events(int tracer_fd, char **event_list); +ssize_t kernel_list_events(int tracer_fd, struct lttng_event **event_list); void kernel_wait_quiescent(int fd); #endif /* _LTT_KERNEL_CTL_H */