relayd: add health check support for live threads
[lttng-tools.git] / src / bin / lttng-relayd / health-relayd.h
index 6b55cc3b11dbdc1476b5c550e252f4789018239f..002ce4b4ddc1802c91447eb261af01af4c6c6008 100644 (file)
 
 #include <lttng/health-internal.h>
 
-enum health_type {
+enum health_type_relayd {
        HEALTH_RELAYD_TYPE_DISPATCHER           = 0,
        HEALTH_RELAYD_TYPE_WORKER               = 1,
        HEALTH_RELAYD_TYPE_LISTENER             = 2,
+       HEALTH_RELAYD_TYPE_LIVE_DISPATCHER      = 3,
+       HEALTH_RELAYD_TYPE_LIVE_WORKER          = 4,
+       HEALTH_RELAYD_TYPE_LIVE_LISTENER        = 5,
 
        NR_HEALTH_RELAYD_TYPES,
 };
 
+extern struct health_app *health_relayd;
+
 #endif /* HEALTH_RELAYD_H */
This page took 0.022971 seconds and 4 git commands to generate.