Rename struct channel to struct lttng_kernel_ring_buffer_channel
[lttng-modules.git] / src / lttng-events.c
index 999080bc490f54be1b129094e32aa909b63fac85..8d2bf46991d78703a2bbeed96333282211319600 100644 (file)
@@ -2880,7 +2880,7 @@ void lttng_event_notifier_group_sync_enablers(struct lttng_event_notifier_group
  * was written and a negative value on error.
  */
 int lttng_metadata_output_channel(struct lttng_metadata_stream *stream,
-               struct channel *chan, bool *coherent)
+               struct lttng_kernel_ring_buffer_channel *chan, bool *coherent)
 {
        struct lttng_kernel_ring_buffer_ctx ctx;
        int ret = 0;
This page took 0.022485 seconds and 4 git commands to generate.