Fix: set the health delta tcp timeout aware
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 7032191bd4dbc40eef7631263a74dbb907155dc2..6b1035c34c13ab11a8eec2d0fdc29cf6c0021f00 100644 (file)
@@ -4521,6 +4521,12 @@ int main(int argc, char **argv)
        /* This is to get the TCP timeout value. */
        lttcomm_inet_init();
 
+       /*
+        * Initialize the health check subsystem. This call should set the
+        * appropriate time values.
+        */
+       health_init();
+
        /* Create thread to manage the client socket */
        ret = pthread_create(&ht_cleanup_thread, NULL,
                        thread_ht_cleanup, (void *) NULL);
This page took 0.024688 seconds and 4 git commands to generate.