Get the maximum TCP timeout in sessiond
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 9d2ad08b07e5ec4069a5cde4ceeec2fa2a148ebf..7032191bd4dbc40eef7631263a74dbb907155dc2 100644 (file)
@@ -4518,6 +4518,9 @@ int main(int argc, char **argv)
 
        write_pidfile();
 
+       /* This is to get the TCP timeout value. */
+       lttcomm_inet_init();
+
        /* Create thread to manage the client socket */
        ret = pthread_create(&ht_cleanup_thread, NULL,
                        thread_ht_cleanup, (void *) NULL);
This page took 0.023431 seconds and 4 git commands to generate.