Cleanup: lttng-ctl-health comment
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl-health.c
index a3863619f78587cb842ea8e25c510be7c1a986ba..c78e0dcd9352d1884b9406cd035aa8f35b51180a 100644 (file)
@@ -84,6 +84,9 @@ const char *relayd_thread_name[NR_HEALTH_RELAYD_TYPES] = {
        [ HEALTH_RELAYD_TYPE_DISPATCHER ] = "Relay daemon dispatcher",
        [ HEALTH_RELAYD_TYPE_WORKER ] = "Relay daemon worker",
        [ HEALTH_RELAYD_TYPE_LISTENER ] = "Relay daemon listener",
+       [ HEALTH_RELAYD_TYPE_LIVE_DISPATCHER ] = "Relay daemon live dispatcher",
+       [ HEALTH_RELAYD_TYPE_LIVE_WORKER ] = "Relay daemon live worker",
+       [ HEALTH_RELAYD_TYPE_LIVE_LISTENER ] = "Relay daemon live listener",
 };
 
 static
@@ -257,7 +260,7 @@ retry:
        if (ret) {
                goto error;
        }
-       /* Connect to the sesssion daemon */
+       /* Connect to component */
        sock = lttcomm_connect_unix_sock(health->health_sock_path);
        if (sock < 0) {
                if (tracing_group) {
This page took 0.022946 seconds and 4 git commands to generate.