Fix: remove relative include for health check
[lttng-tools.git] / src / bin / lttng-relayd / lttng-relayd.h
index 3c8c26c29ec0e6fe4d54b2ee42303895913fff21..f264c18679d8fec1dbdc97cad9ae879ea8ffa338 100644 (file)
@@ -166,6 +166,7 @@ struct relay_command {
        uint32_t major;
        uint32_t minor;
        struct lttng_ht *ctf_traces_ht; /* indexed by path name */
+       uint64_t session_id;
 };
 
 struct relay_local_data {
@@ -178,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 */
This page took 0.023207 seconds and 4 git commands to generate.