Store the version of the tracer in the UID registry
[lttng-tools.git] / src / bin / lttng-consumerd / health-consumerd.h
index f5e2a34cecfa377c399e81a66a502cb2218aeea4..210b3a3746b61409e246dab65b1b993416e0d16c 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <lttng/health-internal.h>
 
-enum health_type {
+enum health_type_consumerd {
        HEALTH_CONSUMERD_TYPE_CHANNEL           = 0,
        HEALTH_CONSUMERD_TYPE_METADATA          = 1,
        HEALTH_CONSUMERD_TYPE_DATA              = 2,
@@ -32,6 +32,10 @@ enum health_type {
 };
 
 /* Consumerd health monitoring */
-struct health_app *health_consumerd;
+extern struct health_app *health_consumerd;
+
+void *thread_manage_health(void *data);
+
+extern int health_quit_pipe[2];
 
 #endif /* HEALTH_CONSUMERD_H */
This page took 0.02344 seconds and 4 git commands to generate.