Add missing iterator.h into the git repo
[babeltrace.git] / include / babeltrace / format.h
index d30db9c5e38e2b677a7ea939631d76c3841931d3..8eae42c0e2aa7f3405969f785987216986d485d5 100644 (file)
@@ -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);
 };
This page took 0.024156 seconds and 4 git commands to generate.