Implement consumer health check thread
[lttng-tools.git] / src / bin / lttng-consumerd / health-consumerd.h
index f5e2a34cecfa377c399e81a66a502cb2218aeea4..b1cf4a2c912456c92276d21d899fa141a5d7fac7 100644 (file)
@@ -34,4 +34,8 @@ enum health_type {
 /* Consumerd health monitoring */
 struct health_app *health_consumerd;
 
+void *thread_manage_health(void *data);
+
+int health_quit_pipe[2];
+
 #endif /* HEALTH_CONSUMERD_H */
This page took 0.023745 seconds and 4 git commands to generate.