X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fevent-internal.h;h=ed09e962bf9bca9a3536c0c8ae3392dce129a7a7;hb=c44c3e709f9e95a847e9502c5297234aa1f01577;hp=200e1ab21f68f64275f11a25c4bb3c1ebe0e3d67;hpb=4ce9f9d080c7f4ef686f53e9a0a26e389fafe1fc;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/event-internal.h b/include/babeltrace/ctf-ir/event-internal.h index 200e1ab2..ed09e962 100644 --- a/include/babeltrace/ctf-ir/event-internal.h +++ b/include/babeltrace/ctf-ir/event-internal.h @@ -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; + GHashTable *clock_values; /* Maps clock addresses to (uint64_t *) */ int frozen; };