Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 886456a0ce8ce56f37867fd2a7b04871f5e813fa..7da0b7c686c314010bfd5106620e1892809b88c5 100644 (file)
@@ -3541,7 +3541,7 @@ static void *thread_manage_clients(void *data)
         * Notify parent pid that we are ready to accept command for client side.
         */
        if (opt_sig_parent) {
-               kill(ppid, SIGCHLD);
+               kill(ppid, SIGUSR1);
        }
 
        while (1) {
This page took 0.022888 seconds and 4 git commands to generate.