Add backward ref from bt_stream_pos to bt_trace_descriptor
[babeltrace.git] / include / babeltrace / ctf / types.h
index 781b9429f1cb9d57093abf146863671da1f11dab..715cdbd0e182e39f204a4e19aba338ba49265e91 100644 (file)
@@ -121,7 +121,8 @@ int ctf_sequence_write(struct bt_stream_pos *pos, struct bt_definition *definiti
 
 void ctf_packet_seek(struct bt_stream_pos *pos, size_t index, int whence);
 
-int ctf_init_pos(struct ctf_stream_pos *pos, int fd, int open_flags);
+int ctf_init_pos(struct ctf_stream_pos *pos, struct bt_trace_descriptor *trace,
+               int fd, int open_flags);
 int ctf_fini_pos(struct ctf_stream_pos *pos);
 
 /*
This page took 0.022563 seconds and 4 git commands to generate.