Print timestamps in text plug-in
[babeltrace.git] / include / babeltrace / ctf-ir / event-internal.h
index 200e1ab21f68f64275f11a25c4bb3c1ebe0e3d67..2e5175cbb06ca56104ed1566c961fd7e2cc2658c 100644 (file)
@@ -46,6 +46,8 @@ struct bt_ctf_event {
        struct bt_ctf_field *stream_event_context;
        struct bt_ctf_field *context_payload;
        struct bt_ctf_field *fields_payload;
+       /* Maps clock classes to bt_ctf_clock_value. */
+       GHashTable *clock_values;
        int frozen;
 };
 
This page took 0.025308 seconds and 4 git commands to generate.