Live: send the number of streams in list_sessions
[lttng-tools.git] / src / bin / lttng-relayd / live.c
index 26d6e33d505447918e659255faee54b129ede6c7..86dc2ff7bba5ca619a888d3ba39e05ffcbf5c6ab 100644 (file)
@@ -583,6 +583,7 @@ int viewer_list_sessions(struct relay_command *cmd,
                send_session.id = htobe64(session->id);
                send_session.live_timer = htobe32(session->live_timer);
                send_session.clients = htobe32(session->viewer_attached);
+               send_session.streams = htobe32(session->stream_count);
 
                health_code_update();
 
This page took 0.029263 seconds and 4 git commands to generate.