Fix: sessiond: size-based rotation threshold exceeded in per-pid tracing (1/2)
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.cpp
index c1c6c50debb4953c0f6c757cf9daa2cee51a9419..5efc24edda31b81af320718c4f05bcbd2f5774e2 100644 (file)
@@ -487,9 +487,7 @@ int check_session_rotation_pending(struct ltt_session *session,
                location = session_get_trace_archive_location(session);
                ret = notification_thread_command_session_rotation_completed(
                                notification_thread_handle,
-                               session->name,
-                               session->uid,
-                               session->gid,
+                               session->id,
                                session->last_archived_chunk_id.value,
                                location);
                lttng_trace_archive_location_put(location);
This page took 0.022799 seconds and 4 git commands to generate.