Add task_prio symbol wrapper
[lttng-modules.git] / lttng-context-prio.c
index c8f83f485c334ac3bd423a499f333341afa61629..a62685f7dc7d7fe578a592097b1b02642fb881ed 100644 (file)
@@ -32,7 +32,7 @@ void prio_record(struct lttng_ctx_field *field,
 {
        int prio;
 
-       prio = task_prio(current);
+       prio = wrapper_task_prio_sym(current);
        lib_ring_buffer_align_ctx(ctx, ltt_alignof(prio));
        chan->ops->event_write(ctx, &prio, sizeof(prio));
 }
This page took 0.022738 seconds and 4 git commands to generate.