Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
authorDavid Goulet <dgoulet@efficios.com>
Mon, 23 Jan 2012 19:12:46 +0000 (14:12 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 23 Jan 2012 19:12:46 +0000 (14:12 -0500)
Using lttng cli, if the session daemon dies after exec(), a SIGCHLD is
returned. It was catched but not handled to cleanly quit and inform the
user that the session daemon failed.

We now use SIGUSR1 to signal the lttng cli that the session daemon is
ready to receive command.

Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.026185 seconds and 4 git commands to generate.