Init ctf fs data and metadata streams
[babeltrace.git] / plugins / ctf / fs / data-stream.c
index 6fba603af2fb72c01bd22fc7f25c21dc8190460a..b29c40a0d4c3d91995b462867ad29bd63f7fb6ab 100644 (file)
@@ -327,7 +327,7 @@ end:
        return ret;
 }
 
-void ctf_fs_data_stream_deinit(struct ctf_fs_data_stream *data_stream)
+void ctf_fs_data_stream_fini(struct ctf_fs_data_stream *data_stream)
 {
        g_ptr_array_free(data_stream->streams, TRUE);
 }
This page took 0.024108 seconds and 4 git commands to generate.