Remove all code that depends on trace collection directory structure
[babeltrace.git] / formats / ctf-text / ctf-text.c
index b7889ec0b945455402149cb6ac7cb8c5a0be25f9..81dbb3eb159ef0b423ea09696c086726ce5272f7 100644 (file)
@@ -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)
 {
This page took 0.023728 seconds and 4 git commands to generate.