Print timestamps in text plug-in
[babeltrace.git] / include / babeltrace / ctf-ir / event-internal.h
index cc10f224015034a9bb9484b91f3b82dba6814608..2e5175cbb06ca56104ed1566c961fd7e2cc2658c 100644 (file)
@@ -46,13 +46,11 @@ 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;
 };
 
-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);
 
This page took 0.023541 seconds and 4 git commands to generate.