X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fprobes%2Flttng-kprobes.c;h=27d2898f971926857cb37f9d8c7040c4cf6bf66a;hb=4697aac7ad1bdb932a843d93076418f4048baad3;hp=1f49c072c7daae9a3f25a1ddccda4b9965816b5e;hpb=924f456661a47da6240c2231c5ad2723d845ce8f;p=lttng-modules.git diff --git a/src/probes/lttng-kprobes.c b/src/probes/lttng-kprobes.c index 1f49c072..27d2898f 100644 --- a/src/probes/lttng-kprobes.c +++ b/src/probes/lttng-kprobes.c @@ -91,7 +91,7 @@ int lttng_kprobes_event_handler_pre(struct kprobe *p, struct pt_regs *regs) static const struct lttng_kernel_event_field *event_fields[] = { lttng_kernel_static_event_field("ip", lttng_kernel_static_type_integer_from_type(unsigned long, __BYTE_ORDER, 16), - false, false, false), + false, false), }; static const struct lttng_kernel_tracepoint_class tp_class = {