Fix: consumerd errors on exit
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Feb 2014 15:14:46 +0000 (10:14 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 21 Feb 2014 15:23:18 +0000 (15:23 +0000)
commit1c9d6f43aea9df4d5356d976eda629ec8c464744
treee70c3699f9142304fc07e9ff8dcdb0c97fe13b23
parent134cfa5cdae80a726ed5d444d5d8d3d1f9d27d21
Fix: consumerd errors on exit

- The LTTNG_CONSUMER_STOP command is not used by sessiond anymore, so
  deprecate it,
- Ensure that the normal teardown (with signal handler) does not trigger
  a health error in consumer daemon by distinguishing between errors and
  "should exit" with different lttng_consumer_poll_socket() return values.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/common/consumer.c
src/common/consumer.h
src/common/kernel-consumer/kernel-consumer.c
src/common/ust-consumer/ust-consumer.c
This page took 0.025296 seconds and 4 git commands to generate.