Backport: relayd: replace lttng_index_file with relay_index_file
[lttng-tools.git] / src / bin / lttng-relayd / stream.c
index e8a9fd9b4018fdecc1d0f2f6e77b97db623a1b5d..b033dda94d1f39baf70d52ff50a43a7dc6ed797c 100644 (file)
@@ -302,7 +302,7 @@ static void stream_release(struct urcu_ref *ref)
                stream->stream_fd = NULL;
        }
        if (stream->index_file) {
-               lttng_index_file_put(stream->index_file);
+               relay_index_file_put(stream->index_file);
                stream->index_file = NULL;
        }
        if (stream->trace) {
This page took 0.029185 seconds and 5 git commands to generate.