X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fevent-internal.h;h=d26a9b990562050ed391b586661b41a4c5a94318;hb=9a220c32dde6dc2a6a6950c470cff957e630e494;hp=b3e05c773c01169b6e9762b1b1fa6cf984357b68;hpb=eee752e5a2f89dce066f25c48a868474a10e923f;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/event-internal.h b/include/babeltrace/ctf-ir/event-internal.h index b3e05c77..d26a9b99 100644 --- a/include/babeltrace/ctf-ir/event-internal.h +++ b/include/babeltrace/ctf-ir/event-internal.h @@ -50,7 +50,6 @@ struct bt_ctf_event_class { struct bt_ctf_event { struct bt_ctf_ref ref_count; - uint64_t timestamp; struct bt_ctf_event_class *event_class; struct bt_ctf_field *event_header; struct bt_ctf_field *context_payload; @@ -80,12 +79,6 @@ BT_HIDDEN int bt_ctf_event_serialize(struct bt_ctf_event *event, struct ctf_stream_pos *pos); -BT_HIDDEN -int bt_ctf_event_set_timestamp(struct bt_ctf_event *event, uint64_t timestamp); - -BT_HIDDEN -uint64_t bt_ctf_event_get_timestamp(struct bt_ctf_event *event); - /* * Attempt to populate the "id" and "timestamp" fields of the event header if * they are present, unset and their types are integers.