Fix: move "user" attribute from field to type
[lttng-modules.git] / src / probes / lttng-kprobes.c
index 12de611a8004e968c58724273992313ed9977f2c..b30a60756abe3e8827843bceecfc5d1611016f2d 100644 (file)
@@ -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 = {
This page took 0.023032 seconds and 4 git commands to generate.