Contexts for RT debugging
[lttng-modules.git] / lttng-context-cpu-id.c
index 0738d9c7e5364f0b67b8afe38b36d8a821fb5ac9..ed2a2a926ebf0c9b38e768184d0fee1f15fec250 100644 (file)
@@ -52,6 +52,7 @@ void cpu_id_record(struct lttng_ctx_field *field,
 
 static
 void cpu_id_get_value(struct lttng_ctx_field *field,
+               struct lttng_probe_ctx *lttng_probe_ctx,
                union lttng_ctx_value *value)
 {
        value->s64 = smp_processor_id();
This page took 0.021879 seconds and 4 git commands to generate.