fix: write EINTR handling
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 Jul 2012 15:13:40 +0000 (11:13 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 Jul 2012 15:13:40 +0000 (11:13 -0400)
commit6f94560a050962daad560dac2823bd97b0b1bf98
tree21ba76a3de1e34f082fe7734017e7c957ddf71d7
parente3678fd81cd6d83ea45f38a3d834bbdcf83f3f8f
fix: write EINTR handling

Ensure that we always test for ret < 0 && errno == EINTR for each
write() call.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng-relayd/main.c
src/bin/lttng-sessiond/utils.c
src/common/consumer.c
src/common/kernel-consumer/kernel-consumer.c
src/common/runas.c
src/common/ust-consumer/ust-consumer.c
This page took 0.024664 seconds and 4 git commands to generate.