X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fctf-writer%2Fevent.c;h=158aa2082db257cb937a2dead4acf1fa3100b91f;hb=7c7301d5827bd10ec7c34da7ffc5fe74e5047d38;hp=5c483ed4164630de0871f56e43d480c023e38411;hpb=7757f3190b7d08e5ecab5d50a9c74b19cb98dde0;p=babeltrace.git diff --git a/src/ctf-writer/event.c b/src/ctf-writer/event.c index 5c483ed4..158aa208 100644 --- a/src/ctf-writer/event.c +++ b/src/ctf-writer/event.c @@ -518,6 +518,7 @@ end: return ret; } +static int map_clock_classes_func(struct bt_ctf_stream_class_common *stream_class, struct bt_ctf_field_type_common *packet_context_type, struct bt_ctf_field_type_common *event_header_type) @@ -645,7 +646,7 @@ struct bt_ctf_event_class *bt_ctf_event_get_class(struct bt_ctf_event *event) return bt_ctf_object_get_ref(bt_ctf_event_common_borrow_class(BT_CTF_TO_COMMON(event))); } -BT_HIDDEN +static struct bt_ctf_stream *bt_ctf_event_borrow_stream(struct bt_ctf_event *event) { BT_ASSERT_DBG(event); @@ -756,12 +757,6 @@ end: return ret; } -BT_HIDDEN -void _bt_ctf_event_freeze(struct bt_ctf_event *event) -{ - _bt_ctf_event_common_set_is_frozen(BT_CTF_TO_COMMON(event), true); -} - int bt_ctf_event_set_header(struct bt_ctf_event *event, struct bt_ctf_field *header) {