X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat.h;h=bba056cc5a7c799a99451f265ae15248645e1c9b;hp=d30db9c5e38e2b677a7ea939631d76c3841931d3;hb=06789ffdba97a7be3cceae51e97e82cc5a6c318a;hpb=282e19520f9e89533e17a343f0809981e41530c8 diff --git a/include/babeltrace/format.h b/include/babeltrace/format.h index d30db9c5..bba056cc 100644 --- a/include/babeltrace/format.h +++ b/include/babeltrace/format.h @@ -47,12 +47,12 @@ struct format { bt_intern_str name; struct trace_descriptor *(*open_trace)(const char *path, int flags, - void (*move_pos_slow)(struct stream_pos *pos, + void (*packet_seek)(struct stream_pos *pos, size_t offset, 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, + void (*packet_seek)(struct stream_pos *pos, size_t offset, int whence), FILE *metadata_fp); void (*close_trace)(struct trace_descriptor *descriptor);