X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flive.c;h=86dc2ff7bba5ca619a888d3ba39e05ffcbf5c6ab;hp=26d6e33d505447918e659255faee54b129ede6c7;hb=87b576ecd158f43c99a16b9c7c2092f7291aee00;hpb=43c5442ea57aca20701fd49fba1e3456d48cc7b2 diff --git a/src/bin/lttng-relayd/live.c b/src/bin/lttng-relayd/live.c index 26d6e33d5..86dc2ff7b 100644 --- a/src/bin/lttng-relayd/live.c +++ b/src/bin/lttng-relayd/live.c @@ -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();