Add health thread to relayd
[lttng-tools.git] / src / bin / lttng-relayd / health-relayd.h
index 002ce4b4ddc1802c91447eb261af01af4c6c6008..6bfb73b5a8023fd276e87cf3cb7b23e860ed52d6 100644 (file)
@@ -34,4 +34,8 @@ enum health_type_relayd {
 
 extern struct health_app *health_relayd;
 
+extern int health_quit_pipe[2];
+
+void *thread_manage_health(void *data);
+
 #endif /* HEALTH_RELAYD_H */
This page took 0.023223 seconds and 4 git commands to generate.