Fix: set the health delta tcp timeout aware
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 195174a4edf259d24e2e0d523f0dd243805e4f01..f3b007a4fac7b1fc3cf17ad1927c1264c375c1d0 100644 (file)
@@ -4652,6 +4652,14 @@ int main(int argc, char **argv)
 
        /* Initialize communication library */
        lttcomm_init();
+       /* 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,
This page took 0.024831 seconds and 5 git commands to generate.