relayd: replace lttng_index_file with relay_index_file
[lttng-tools.git] / src / bin / lttng-relayd / stream.c
index 935ab9a72249d6159276d5fa78d3cb06d1dd5a19..5291a0efa30f6b5aafd0cd46da92835b88302d06 100644 (file)
@@ -290,7 +290,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.026622 seconds and 5 git commands to generate.