Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 2929bba0d6f677cfdf813e3c89a5bb8d7bc51921..e05d72bacb0b9f0ec3278c9c427b6295d7af8347 100644 (file)
@@ -4631,6 +4631,9 @@ int main(int argc, char **argv)
 
        write_pidfile();
 
+       /* Initialize communication library */
+       lttcomm_init();
+
        /* Create thread to manage the client socket */
        ret = pthread_create(&ht_cleanup_thread, NULL,
                        thread_ht_cleanup, (void *) NULL);
This page took 0.022963 seconds and 4 git commands to generate.