X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fevent-internal.h;h=cc10f224015034a9bb9484b91f3b82dba6814608;hb=41ac640a35c8f7ec7ffdb1d069180315533e7353;hp=200e1ab21f68f64275f11a25c4bb3c1ebe0e3d67;hpb=fa29ba839dc350d1e86ecc542a66b59a586e1ec1;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/event-internal.h b/include/babeltrace/ctf-ir/event-internal.h index 200e1ab2..cc10f224 100644 --- a/include/babeltrace/ctf-ir/event-internal.h +++ b/include/babeltrace/ctf-ir/event-internal.h @@ -46,9 +46,13 @@ struct bt_ctf_event { struct bt_ctf_field *stream_event_context; struct bt_ctf_field *context_payload; struct bt_ctf_field *fields_payload; + GHashTable *clock_values; /* Maps clock addresses to (uint64_t *) */ int frozen; }; +BT_HIDDEN +int bt_ctf_event_register_stream_clock_values(struct bt_ctf_event *event); + BT_HIDDEN int bt_ctf_event_validate(struct bt_ctf_event *event);