X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2Flttng-consumerd.c;h=e05a4b150f1b3b852cec82e5e6292de5a83796c5;hp=8ddd5a372005490bb37f1ef8c01bc8045dabdbde;hb=554831e798d0646f5d8c261b6207527c5f839222;hpb=4a096a5baf467a5c0c1346b759b7c3ac43125ff2 diff --git a/src/bin/lttng-consumerd/lttng-consumerd.c b/src/bin/lttng-consumerd/lttng-consumerd.c index 8ddd5a372..e05a4b150 100644 --- a/src/bin/lttng-consumerd/lttng-consumerd.c +++ b/src/bin/lttng-consumerd/lttng-consumerd.c @@ -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);