X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Ftypes.h;h=715cdbd0e182e39f204a4e19aba338ba49265e91;hp=781b9429f1cb9d57093abf146863671da1f11dab;hb=ca334c7230d120ffe211efbfd6efe467b5d4d794;hpb=493330cb8cd73be8a598308b78f0fc1d4912843a diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index 781b9429..715cdbd0 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -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); /*