Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
[lttng-tools.git] / src / bin / lttng-consumerd / lttng-consumerd.c
index 8ddd5a372005490bb37f1ef8c01bc8045dabdbde..e05a4b150f1b3b852cec82e5e6292de5a83796c5 100644 (file)
@@ -380,6 +380,9 @@ int main(int argc, char **argv)
        }
        ctx->type = opt_type;
 
+       /* Initialize communication library */
+       lttcomm_init();
+
        /* Create thread to manage channels */
        ret = pthread_create(&channel_thread, NULL, consumer_thread_channel_poll,
                        (void *) ctx);
This page took 0.022709 seconds and 4 git commands to generate.