relayd: create sessiond trace chunk registry on session creation
[lttng-tools.git] / src / bin / lttng-relayd / lttng-relayd.h
index e4e29e781e3ed8233cfdb6c82ddbe7ee32618038..40fecd603d5ea5c06994fed66affa81f1ad95016 100644 (file)
@@ -26,6 +26,8 @@
 
 #include <common/hashtable/hashtable.h>
 
+struct sessiond_trace_chunk_registry;
+
 /*
  * Queue used to enqueue relay requests
  */
@@ -43,6 +45,7 @@ struct relay_conn_queue {
 extern struct lttng_ht *sessions_ht;
 extern struct lttng_ht *relay_streams_ht;
 extern struct lttng_ht *viewer_streams_ht;
+extern struct sessiond_trace_chunk_registry *sessiond_trace_chunk_registry;
 
 extern char *opt_output_path;
 extern const char *tracing_group_name;
This page took 0.022991 seconds and 4 git commands to generate.