Rename "tsc" to "timestamp"
[lttng-modules.git] / src / lttng-context-cpu-id.c
index 30247c31d198fa26baada26a492e2badfd82ca32..af36409e03ee899af40adb0e37272288b9a39c20 100644 (file)
@@ -48,7 +48,7 @@ void cpu_id_get_value(void *priv,
 static const struct lttng_kernel_ctx_field *ctx_field = lttng_kernel_static_ctx_field(
        lttng_kernel_static_event_field("cpu_id",
                lttng_kernel_static_type_integer_from_type(int, __BYTE_ORDER, 10),
-               false, false, false),
+               false, false),
        cpu_id_get_size,
        cpu_id_record,
        cpu_id_get_value,
This page took 0.023261 seconds and 4 git commands to generate.