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)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Feb 2012 19:26:30 +0000 (14:26 -0500)
commit88f2b785b937a5c2af4e21e925b6242ea6c8362b
treef2a7a9ab1a5ffa35c9c15f70017ef7e0f278ad75
parent2d85a600590b23ca5ca1e182187d08f44808ef80
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>
src/bin/lttng-sessiond/main.c
src/common/consumer.c
This page took 0.026426 seconds and 5 git commands to generate.