X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fstream.h;h=c88e725c012955473de8dc50df6d707b9ff35537;hb=1c9bd75bb3b9042c5ba1221c344af8b80b9dcaaf;hp=02948fa8e4c3439906dca9df5710c0d5f992f644;hpb=0f83d1cc4a38b1c18db30ff6cd1d543401c0fc4c;p=lttng-tools.git 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. */