Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
[lttng-tools.git] / src / bin / lttng-relayd / main.c
index 3bef52b43068e8f8b2ac5ce4a5fbe9289b7fb9ca..53f1b49ce14608e41aa1f82d21894358bb8dcfe3 100644 (file)
@@ -2110,6 +2110,9 @@ int main(int argc, char **argv)
        /* Set up max poll set size */
        lttng_poll_set_max_size();
 
+       /* Initialize communication library */
+       lttcomm_init();
+
        /* Setup the dispatcher thread */
        ret = pthread_create(&dispatcher_thread, NULL,
                        relay_thread_dispatcher, (void *) NULL);
This page took 0.022953 seconds and 4 git commands to generate.