X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fmain.c;h=53f1b49ce14608e41aa1f82d21894358bb8dcfe3;hb=e9accd4fad532b481ff23af1ef2202c1b5a43c70;hp=3bef52b43068e8f8b2ac5ce4a5fbe9289b7fb9ca;hpb=d83a952ce0d3a03bd3d36505d665db99b2c65fa2;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/main.c b/src/bin/lttng-relayd/main.c index 3bef52b43..53f1b49ce 100644 --- a/src/bin/lttng-relayd/main.c +++ b/src/bin/lttng-relayd/main.c @@ -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);