Fix: move "user" attribute from field to type
[lttng-modules.git] / src / lttng-context-cgroup-ns.c
index 3a7f574ccd29ad8c2ad2c3ddcfb82007b5d1d186..656ab8fb1d445444433be98fa475f7e47110fb39 100644 (file)
@@ -77,7 +77,7 @@ void cgroup_ns_get_value(void *priv,
 static const struct lttng_kernel_ctx_field *ctx_field = lttng_kernel_static_ctx_field(
        lttng_kernel_static_event_field("cgroup_ns",
                lttng_kernel_static_type_integer_from_type(unsigned int, __BYTE_ORDER, 10),
-               false, false, false),
+               false, false),
        cgroup_ns_get_size,
        cgroup_ns_record,
        cgroup_ns_get_value,
This page took 0.023438 seconds and 4 git commands to generate.