X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=src%2Fprobes%2Flttng-kprobes.c;h=1db8be497557e9da6e9f850f919ba734dd2ef075;hp=e3fa493f8a93f7170afd65f2637dd95d25a38578;hb=346cb5ee265fe5f92d4d67a078eab74aa19e7bbd;hpb=dc7350d64398c28628d40d8afcfae8de9d76e6f7 diff --git a/src/probes/lttng-kprobes.c b/src/probes/lttng-kprobes.c index e3fa493f..1db8be49 100644 --- a/src/probes/lttng-kprobes.c +++ b/src/probes/lttng-kprobes.c @@ -24,7 +24,7 @@ int lttng_kprobes_event_handler_pre(struct kprobe *p, struct pt_regs *regs) struct lttng_kernel_event_common_private *event_priv = container_of(p, struct lttng_kernel_event_common_private, u.kprobe.kp); struct lttng_kernel_event_common *event = event_priv->pub; - struct lttng_probe_ctx lttng_probe_ctx = { + struct lttng_kernel_probe_ctx lttng_probe_ctx = { .event = event, .interruptible = !lttng_regs_irqs_disabled(regs), };