X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flttng-relayd.h;h=f264c18679d8fec1dbdc97cad9ae879ea8ffa338;hb=65931c8b1d91fd946a2e117a5a1f61eba0b5087a;hp=358615f9ad27476ea8ee0f4bba7cc431c379a293;hpb=5528d42f2091567c944a86812a28caf38698ae97;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/lttng-relayd.h b/src/bin/lttng-relayd/lttng-relayd.h index 358615f9a..f264c1867 100644 --- a/src/bin/lttng-relayd/lttng-relayd.h +++ b/src/bin/lttng-relayd/lttng-relayd.h @@ -179,6 +179,8 @@ extern struct lttng_ht *relay_streams_ht; extern struct lttng_ht *viewer_streams_ht; extern struct lttng_ht *indexes_ht; +extern const char *tracing_group_name; + struct relay_stream *relay_stream_find_by_id(uint64_t stream_id); #endif /* LTTNG_RELAYD_H */