X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fevent-internal.h;h=2e5175cbb06ca56104ed1566c961fd7e2cc2658c;hb=1556a1afe8d70a3a89155ff25815e203333a93e9;hp=ed09e962bf9bca9a3536c0c8ae3392dce129a7a7;hpb=fc47320a994c2f7f3bd4c736f8f8214c239104ce;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/event-internal.h b/include/babeltrace/ctf-ir/event-internal.h index ed09e962..2e5175cb 100644 --- a/include/babeltrace/ctf-ir/event-internal.h +++ b/include/babeltrace/ctf-ir/event-internal.h @@ -46,7 +46,8 @@ 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 *) */ + /* Maps clock classes to bt_ctf_clock_value. */ + GHashTable *clock_values; int frozen; };