Track clock states in notification iterator
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index dc392f4ad907fce01be034de6d089e7360aa1788..a39b1529108bfdbd511ab8162a0815f8c9c1548a 100644 (file)
@@ -47,14 +47,9 @@ struct bt_ctf_stream {
        GString *name;
        struct bt_ctf_field *packet_header;
        struct bt_ctf_field *packet_context;
-       GHashTable *clock_values; /* Maps clock addresses to (uint64_t *) */
 };
 
 BT_HIDDEN
 int bt_ctf_stream_set_fd(struct bt_ctf_stream *stream, int fd);
 
-BT_HIDDEN
-void bt_ctf_stream_update_clock_value(struct bt_ctf_stream *stream,
-               struct bt_ctf_field *value_field);
-
 #endif /* BABELTRACE_CTF_WRITER_STREAM_INTERNAL_H */
This page took 0.026578 seconds and 4 git commands to generate.