sessiond: setup event notifier group for registering app
[lttng-tools.git] / src / bin / lttng-sessiond / dispatch.c
index 4fe3dfce70e40d22a05d361e3071e8966e610258..52d253d47d3578923d5fbf69c1ce52b438ee5330 100644 (file)
@@ -386,6 +386,8 @@ static void *thread_dispatch_ust_registration(void *data)
                                /* Set app version. This call will print an error if needed. */
                                (void) ust_app_version(app);
 
+                               (void) ust_app_setup_event_notifier_group(app);
+
                                /* Send notify socket through the notify pipe. */
                                ret = send_socket_to_thread(
                                                notifiers->apps_cmd_notify_pipe_write_fd,
This page took 0.022947 seconds and 4 git commands to generate.