X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat.h;h=5b2f694573b65caf00df81ba17a3f4ad912d6999;hp=1b45b4ba8dfe6c9c73c2cd1e260b5e80ded03916;hb=ae23d232404678391ac28a103af7be54be03aa61;hpb=b086c01a10fc706dacf1a5a8ea2c4a8acfa0ee24 diff --git a/include/babeltrace/format.h b/include/babeltrace/format.h index 1b45b4ba..5b2f6945 100644 --- a/include/babeltrace/format.h +++ b/include/babeltrace/format.h @@ -36,7 +36,7 @@ struct format { struct trace_descriptor *(*open_trace)(const char *path, int flags, void (*move_pos_slow)(struct ctf_stream_pos *pos, size_t offset, - int whence)); + int whence), FILE *metadata_fp); void (*close_trace)(struct trace_descriptor *descriptor); };