X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Fctf-text.c;h=81dbb3eb159ef0b423ea09696c086726ce5272f7;hp=b7889ec0b945455402149cb6ac7cb8c5a0be25f9;hb=5b80ddfb8dfa4db544efddcd8acaed1228f87daa;hpb=1842a4c801d0878adf40862fda0c310a52a6fdd2 diff --git a/formats/ctf-text/ctf-text.c b/formats/ctf-text/ctf-text.c index b7889ec0..81dbb3eb 100644 --- a/formats/ctf-text/ctf-text.c +++ b/formats/ctf-text/ctf-text.c @@ -56,8 +56,7 @@ enum field_item { ITEM_PAYLOAD, }; -struct trace_descriptor *ctf_text_open_trace(const char *collection_path, - const char *path, int flags, +struct trace_descriptor *ctf_text_open_trace(const char *path, int flags, void (*move_pos_slow)(struct ctf_stream_pos *pos, size_t offset, int whence), FILE *metadata_fp); void ctf_text_close_trace(struct trace_descriptor *descriptor); @@ -397,8 +396,7 @@ error: } -struct trace_descriptor *ctf_text_open_trace(const char *collection_path, - const char *path, int flags, +struct trace_descriptor *ctf_text_open_trace(const char *path, int flags, void (*move_pos_slow)(struct ctf_stream_pos *pos, size_t offset, int whence), FILE *metadata_fp) {