lib: use object pool for event and packet notifications
[babeltrace.git] / plugins / ctf / fs-src / query.c
index a54cbb0d659c59e5241fc43f103202cd01729f06..96bf91ca0eaa11c7a6a67934d66527c1377ad0e9 100644 (file)
@@ -381,7 +381,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(trace_path, trace_name, NULL, NULL);
        if (!trace) {
                BT_LOGE("Failed to create fs trace at \'%s\'", trace_path);
                ret = -1;
This page took 0.023538 seconds and 4 git commands to generate.