refactor: session: provide an iterator over consumer data channel keys
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.cpp
index 71f9bbcb5c10d4cba3998dfb5eecd55ec50b9c39..10e0656724a8f26cdd5591ab3f94d7ae89a4c1a4 100644 (file)
@@ -548,7 +548,7 @@ void ls::rotation_thread::_handle_job_queue()
 
                /* locked_ref will unlock the session and release the ref held by the job. */
                session_lock(job->session);
-               auto session = ltt_session::locked_ref(*job->session);
+               auto session = ltt_session::make_locked_ref(*job->session);
 
                if (run_job(*job, session, _notification_thread_handle)) {
                        return;
This page took 0.023166 seconds and 4 git commands to generate.