Namespace the struct trace_descriptor
[babeltrace.git] / converter / babeltrace.c
index b1f32c94b4d097d425e34910c56b1e68728b802c..ef5016ed3a1907f91176ff9ba3ce59e352d7c6e4 100644 (file)
@@ -516,7 +516,7 @@ int bt_context_add_traces_recursive(struct bt_context *ctx, const char *path,
        return ret;
 }
 
-int convert_trace(struct trace_descriptor *td_write,
+int convert_trace(struct bt_trace_descriptor *td_write,
                  struct bt_context *ctx)
 {
        struct bt_ctf_iter *iter;
@@ -556,7 +556,7 @@ int main(int argc, char **argv)
 {
        int ret, partial_error = 0, open_success = 0;
        struct format *fmt_write;
-       struct trace_descriptor *td_write;
+       struct bt_trace_descriptor *td_write;
        struct bt_context *ctx;
        int i;
 
This page took 0.022494 seconds and 4 git commands to generate.