Fix: relayd: notify parent of readiness when all threads ready
[lttng-tools.git] / src / bin / lttng-relayd / live.c
index e6f381df7678b274f28b5924b73d6133839f501e..19322f4a07bd718feba6d95167715da2d3612e62 100644 (file)
@@ -259,6 +259,8 @@ void *thread_listener(void *data)
                goto error_poll_add;
        }
 
+       lttng_relay_notify_ready();
+
        while (1) {
                health_code_update();
 
This page took 0.024436 seconds and 4 git commands to generate.