relayd: initialize the global fd tracker from fd_cap option
[lttng-tools.git] / src / bin / lttng-relayd / lttng-relayd.h
index 748083ddfa65e145a6ebde0a98ea9575db35ce86..fc68c513fcebd17be91be9702b2aca2c7f4be861 100644 (file)
@@ -25,6 +25,7 @@
 #include <urcu/wfcqueue.h>
 
 #include <common/hashtable/hashtable.h>
+#include <common/fd-tracker/fd-tracker.h>
 
 struct sessiond_trace_chunk_registry;
 
@@ -60,6 +61,8 @@ extern enum relay_group_output_by opt_group_output_by;
 
 extern int thread_quit_pipe[2];
 
+extern struct fd_tracker *the_fd_tracker;
+
 void lttng_relay_notify_ready(void);
 int lttng_relay_stop_threads(void);
 
This page took 0.023145 seconds and 4 git commands to generate.