X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fstream.h;h=542e05c0fb9e36b8fca3ec6b0995d8d20edb1b18;hp=ca6be8133dc9cd963f5fcdbdae379b813119ef84;hb=77f7bd852edcc4f7227792553229c59fd590a447;hpb=8726a0458b9798953279448c13d8bd60d9907be3 diff --git a/src/bin/lttng-relayd/stream.h b/src/bin/lttng-relayd/stream.h index ca6be8133..542e05c0f 100644 --- a/src/bin/lttng-relayd/stream.h +++ b/src/bin/lttng-relayd/stream.h @@ -132,6 +132,7 @@ struct relay_stream { * Node of stream within global stream hash table. */ struct lttng_ht_node_u64 node; + bool in_stream_ht; /* is stream in stream hash table. */ struct rcu_head rcu_node; /* For call_rcu teardown. */ };