X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Fctf-text.c;h=85644a6b327c6b0700f390378dd10d6a75344d1b;hp=3ad9dfc04146053bbede4ed70e1540e65db38955;hb=d6425aaf6026d168a695268c4aa7539956c0d0ca;hpb=aacd0c695fce3e2bcba4a1c6acd4c82346311b3e diff --git a/formats/ctf-text/ctf-text.c b/formats/ctf-text/ctf-text.c index 3ad9dfc0..85644a6b 100644 --- a/formats/ctf-text/ctf-text.c +++ b/formats/ctf-text/ctf-text.c @@ -76,7 +76,7 @@ enum bt_loglevel { struct trace_descriptor *ctf_text_open_trace(const char *path, int flags, - void (*move_pos_slow)(struct ctf_stream_pos *pos, size_t offset, + void (*move_pos_slow)(struct stream_pos *pos, size_t offset, int whence), FILE *metadata_fp); void ctf_text_close_trace(struct trace_descriptor *descriptor); @@ -459,7 +459,7 @@ error: struct trace_descriptor *ctf_text_open_trace(const char *path, int flags, - void (*move_pos_slow)(struct ctf_stream_pos *pos, size_t offset, + void (*move_pos_slow)(struct stream_pos *pos, size_t offset, int whence), FILE *metadata_fp) { struct ctf_text_stream_pos *pos;