Launch the health management thread using lttng_thread
[lttng-tools.git] / src / bin / lttng-sessiond / health-sessiond.h
index b9c3161fe3a001dba8ef16efbd0d424ce7f5172b..d62db2c380d42f5664896383a0997aa5ef73321e 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <lttng/health-internal.h>
+#include <stdbool.h>
 
 enum health_type_sessiond {
        HEALTH_SESSIOND_TYPE_CMD                = 0,
@@ -39,4 +40,6 @@ enum health_type_sessiond {
 /* Application health monitoring */
 extern struct health_app *health_sessiond;
 
+bool launch_health_management_thread(void);
+
 #endif /* HEALTH_SESSIOND_H */
This page took 0.024132 seconds and 5 git commands to generate.