ir: add bt_ctf_event_freeze()
[babeltrace.git] / include / babeltrace / ctf-ir / event-internal.h
index a0b83ea633fe1b98890362ab3831695b3f6c79d3..200e1ab21f68f64275f11a25c4bb3c1ebe0e3d67 100644 (file)
@@ -46,6 +46,7 @@ struct bt_ctf_event {
        struct bt_ctf_field *stream_event_context;
        struct bt_ctf_field *context_payload;
        struct bt_ctf_field *fields_payload;
+       int frozen;
 };
 
 BT_HIDDEN
@@ -67,4 +68,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.023049 seconds and 4 git commands to generate.