Contexts for RT debugging
[lttng-modules.git] / lttng-context-pid.c
index 3211819d082097596e3802aa5c1620987c1162b7..5ad92c14e10ab923deb2c1cebe9240ad9c423c04 100644 (file)
@@ -52,6 +52,7 @@ void pid_record(struct lttng_ctx_field *field,
 
 static
 void pid_get_value(struct lttng_ctx_field *field,
+               struct lttng_probe_ctx *lttng_probe_ctx,
                union lttng_ctx_value *value)
 {
        value->s64 = task_tgid_nr(current);
This page took 0.025698 seconds and 4 git commands to generate.