lib: strictly type function return status enumerations
[babeltrace.git] / src / plugins / ctf / fs-sink / fs-sink-trace.c
index c45397554e3672a3cb258013740ac547d7da7c33..07d78f764b7e468730edd15853d6eed6a348f9c5 100644 (file)
@@ -566,7 +566,7 @@ struct fs_sink_trace *fs_sink_trace_create(struct fs_sink_comp *fs_sink,
 {
        int ret;
        struct fs_sink_trace *trace = g_new0(struct fs_sink_trace, 1);
-       bt_trace_status trace_status;
+       bt_trace_add_listener_status trace_status;
 
        if (!trace) {
                goto end;
This page took 0.023346 seconds and 4 git commands to generate.