X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat.h;h=46120fafe66de55e8e8e344038f42429c2f4c196;hp=5cf795a76418f5f281b826a5f33b455e001dec93;hb=8c250d8758df3a8a4a5c6aafb63fe198bb21fe22;hpb=82662ad4362f791f9cd7026652f60708923554f4 diff --git a/include/babeltrace/format.h b/include/babeltrace/format.h index 5cf795a7..46120faf 100644 --- a/include/babeltrace/format.h +++ b/include/babeltrace/format.h @@ -43,7 +43,8 @@ struct mmap_stream_list { struct format { GQuark name; - struct trace_descriptor *(*open_trace)(const char *path, int flags, + struct trace_descriptor *(*open_trace)(const char *collection_path, + const char *path, int flags, void (*move_pos_slow)(struct ctf_stream_pos *pos, size_t offset, int whence), FILE *metadata_fp); struct trace_descriptor *(*open_mmap_trace)(