Fix: dma-fence.h appears in Linux 4.10, not 4.9
[lttng-modules.git] / src / lttng-context-uid.c
index b4b5b6ce4acf2c5c3ed3c152c937273f1de8b400..6121beef831a9805ebedb7c05f6003d68d0a7656 100644 (file)
@@ -50,7 +50,7 @@ void uid_get_value(void *priv,
 static const struct lttng_kernel_ctx_field *ctx_field = lttng_kernel_static_ctx_field(
        lttng_kernel_static_event_field("uid",
                lttng_kernel_static_type_integer_from_type(uid_t, __BYTE_ORDER, 10),
-               false, false, false),
+               false, false),
        uid_get_size,
        uid_record,
        uid_get_value,
This page took 0.022915 seconds and 4 git commands to generate.