Rename struct lib_ring_buffer_ctx to struct lttng_kernel_ring_buffer_ctx
[lttng-modules.git] / src / lttng-context-perf-counters.c
index f3d7bdf1ce6a34857e28397ae08250ca7f2816b4..72e920afbba137fa138caa4a1b5ae9e5bb6bbc28 100644 (file)
@@ -32,7 +32,7 @@ size_t perf_counter_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ct
 
 static
 void perf_counter_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx,
-                        struct lib_ring_buffer_ctx *ctx,
+                        struct lttng_kernel_ring_buffer_ctx *ctx,
                         struct lttng_channel *chan)
 {
        struct lttng_perf_counter_field *perf_field = (struct lttng_perf_counter_field *) priv;
This page took 0.023059 seconds and 4 git commands to generate.