X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat.h;h=8eae42c0e2aa7f3405969f785987216986d485d5;hp=d30db9c5e38e2b677a7ea939631d76c3841931d3;hb=c54983704d35cb1cd6da38cb087df2e3b5cfd5d0;hpb=d6425aaf6026d168a695268c4aa7539956c0d0ca diff --git a/include/babeltrace/format.h b/include/babeltrace/format.h index d30db9c5..8eae42c0 100644 --- a/include/babeltrace/format.h +++ b/include/babeltrace/format.h @@ -47,13 +47,13 @@ struct format { bt_intern_str name; struct trace_descriptor *(*open_trace)(const char *path, int flags, - void (*move_pos_slow)(struct stream_pos *pos, - size_t offset, int whence), + void (*packet_seek)(struct stream_pos *pos, + size_t index, int whence), FILE *metadata_fp); struct trace_descriptor *(*open_mmap_trace)( struct mmap_stream_list *mmap_list, - void (*move_pos_slow)(struct stream_pos *pos, - size_t offset, int whence), + void (*packet_seek)(struct stream_pos *pos, + size_t index, int whence), FILE *metadata_fp); void (*close_trace)(struct trace_descriptor *descriptor); };