Remove the sessiond "ready" counter mechanism
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.c
index 9a1d803b795846a380fa53b157616b370f2d2e05..8e63e160f980c15f8e60af0ea8f74d88a89e758e 100644 (file)
@@ -950,9 +950,6 @@ void *thread_rotation(void *data)
                goto error;
        }
 
                goto error;
        }
 
-       /* Ready to handle client connections. */
-       sessiond_notify_ready();
-
        while (true) {
                int fd_count, i;
 
        while (true) {
                int fd_count, i;
 
This page took 0.024473 seconds and 5 git commands to generate.