X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Fctf-text.c;h=62cb5310092dce9dcdbbc1f28673a11bd7259bbe;hp=85644a6b327c6b0700f390378dd10d6a75344d1b;hb=06789ffdba97a7be3cceae51e97e82cc5a6c318a;hpb=282e19520f9e89533e17a343f0809981e41530c8 diff --git a/formats/ctf-text/ctf-text.c b/formats/ctf-text/ctf-text.c index 85644a6b..62cb5310 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 stream_pos *pos, size_t offset, + void (*packet_seek)(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 stream_pos *pos, size_t offset, + void (*packet_seek)(struct stream_pos *pos, size_t offset, int whence), FILE *metadata_fp) { struct ctf_text_stream_pos *pos;