bt_trace_class_create(): accept mandatory self component
[babeltrace.git] / plugins / ctf / fs-src / query.c
index bccb78aaf588e918b94587cfda23140f28b3e8e6..8dcc492ee8cdbfa6099d306cb94e2e0a7da2e2fb 100644 (file)
@@ -378,7 +378,7 @@ int populate_trace_info(const char *trace_path, const char *trace_name,
                goto end;
        }
 
-       trace = ctf_fs_trace_create(trace_path, trace_name, NULL);
+       trace = ctf_fs_trace_create(NULL, trace_path, trace_name, NULL);
        if (!trace) {
                BT_LOGE("Failed to create fs trace at \'%s\'", trace_path);
                ret = -1;
This page took 0.025215 seconds and 4 git commands to generate.