Fix: set the health delta tcp timeout aware
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 627560f499773e0732e4e1f8cccf70c220483cc2..f3b007a4fac7b1fc3cf17ad1927c1264c375c1d0 100644 (file)
@@ -4655,6 +4655,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.024276 seconds and 5 git commands to generate.