Live: send the number of streams in list_sessions
[lttng-tools.git] / src / bin / lttng-relayd / lttng-viewer.h
index 56fa5632db86b6411dc4f2beb88ae9d55058b1f2..79aecd6b3f41d3145a49ce25d8aa327cfd93550b 100644 (file)
@@ -90,6 +90,7 @@ struct lttng_viewer_session {
        char session_name[LTTNG_VIEWER_NAME_MAX];
        uint32_t live_timer;
        uint32_t clients;
+       uint32_t streams;
 } __attribute__((__packed__));
 
 struct lttng_viewer_stream {
This page took 0.022402 seconds and 4 git commands to generate.