X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fprobes%2Flttng-kprobes.c;h=1db8be497557e9da6e9f850f919ba734dd2ef075;hb=a92e844e9e4cc9d5c4a7ec3d1c0738d375430446;hp=e3fa493f8a93f7170afd65f2637dd95d25a38578;hpb=218585b9b0ab4586da4b6fc55c85a70b0b201151;p=lttng-modules.git 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), };