Print timestamps in text plug-in
[babeltrace.git] / include / babeltrace / ctf-ir / event-internal.h
index a0b83ea633fe1b98890362ab3831695b3f6c79d3..2e5175cbb06ca56104ed1566c961fd7e2cc2658c 100644 (file)
@@ -46,6 +46,9 @@ 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;
 };
 
 BT_HIDDEN
@@ -67,4 +70,7 @@ int bt_ctf_event_serialize(struct bt_ctf_event *event,
 BT_HIDDEN
 int bt_ctf_event_populate_event_header(struct bt_ctf_event *event);
 
+BT_HIDDEN
+void bt_ctf_event_freeze(struct bt_ctf_event *event);
+
 #endif /* BABELTRACE_CTF_IR_EVENT_INTERNAL_H */
This page took 0.024679 seconds and 4 git commands to generate.