X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flttng-relayd.h;h=bb5b7a365aaae214a10bd3757e34f1074ce4e81f;hp=6840aba31edda4c7c2181613ce35c06d081ca73f;hb=cd60b05aa790a1355e50fd0248f5dcf7a58b88c3;hpb=26296c48a2c7f6a7e90c0412c11cc2b1c5c2f287 diff --git a/src/bin/lttng-relayd/lttng-relayd.h b/src/bin/lttng-relayd/lttng-relayd.h index 6840aba31..bb5b7a365 100644 --- a/src/bin/lttng-relayd/lttng-relayd.h +++ b/src/bin/lttng-relayd/lttng-relayd.h @@ -220,6 +220,8 @@ extern struct lttng_ht *indexes_ht; extern const char *tracing_group_name; +extern const char * const config_section_name; + struct relay_stream *relay_stream_find_by_id(uint64_t stream_id); #endif /* LTTNG_RELAYD_H */