events.h API const-ness
[lttng-modules.git] / src / lttng-context-prio.c
index f8f18a83ee17a0a9515a0f137fc53b8364132293..27a0ab8a5e8267a73af664b394c22acb4cff7505 100644 (file)
@@ -55,8 +55,8 @@ size_t prio_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size_
 
 static
 void prio_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx,
-               struct lib_ring_buffer_ctx *ctx,
-               struct lttng_channel *chan)
+               struct lttng_kernel_ring_buffer_ctx *ctx,
+               struct lttng_kernel_channel_buffer *chan)
 {
        int prio;
 
This page took 0.022489 seconds and 4 git commands to generate.