X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fstream.h;h=c88e725c012955473de8dc50df6d707b9ff35537;hp=02948fa8e4c3439906dca9df5710c0d5f992f644;hb=94f73d0839c106a783f3c805aa74a2dbfb6bd5f5;hpb=0f83d1cc4a38b1c18db30ff6cd1d543401c0fc4c diff --git a/src/bin/lttng-relayd/stream.h b/src/bin/lttng-relayd/stream.h index 02948fa8e..c88e725c0 100644 --- a/src/bin/lttng-relayd/stream.h +++ b/src/bin/lttng-relayd/stream.h @@ -175,6 +175,8 @@ struct relay_stream { struct cds_list_head recv_node; /* Protected by session lock. */ bool published; + /* Notified viewer that no new metadata is available. */ + bool no_new_metadata_notified; /* * Node of stream within global stream hash table. */