Fix: merge issue with thread quit pipe
[lttng-tools.git] / src / bin / lttng-relayd / lttng-relayd.h
index fa9d2ca74ce56957b4d7d1c151f9798edfeb8e75..55ce25ea6ff162871f2deb711e04ab26b587f07b 100644 (file)
@@ -54,6 +54,8 @@ extern const char *tracing_group_name;
 
 extern const char * const config_section_name;
 
+extern int thread_quit_pipe[2];
+
 void lttng_relay_notify_ready(void);
 
 #endif /* LTTNG_RELAYD_H */
This page took 0.025157 seconds and 5 git commands to generate.