Track clock states in notification iterator
[babeltrace.git] / include / babeltrace / ctf-ir / event-internal.h
index 200e1ab21f68f64275f11a25c4bb3c1ebe0e3d67..ed09e962bf9bca9a3536c0c8ae3392dce129a7a7 100644 (file)
@@ -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;
 };
 
This page took 0.026235 seconds and 4 git commands to generate.