Fix: restart consumerd and sessiond when interrupted in poll()
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Feb 2012 19:26:30 +0000 (14:26 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 27 Feb 2012 18:55:12 +0000 (13:55 -0500)
commita8b0b34167a4d7a46373b463d0744d75f2416bbb
treeac7da0af0ef33e5a8869a72371447eb3433446c4
parentaeb968923d1245f4cb2be1eed2ab7b8b5eb45cf8
Fix: restart consumerd and sessiond when interrupted in poll()

When poll() is interrupted (e.g. by a debugger attaching), it should
restart instead of exiting with an error.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/main.c
src/common/consumer.c
This page took 0.024754 seconds and 4 git commands to generate.