Cleanup: relayd: centralize thread stopping function
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Dec 2014 18:02:07 +0000 (13:02 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Sep 2015 01:35:17 +0000 (21:35 -0400)
commit770f96f4b3f8e4c181fd6ce94266392a480ee26a
tree79e158dc3c8035f59c0290ee87b786e44ce5cdbf
parent77c54feda7732357c112333cd44ff8df1df6ca2b
Cleanup: relayd: centralize thread stopping function

Rather than relying on having main.c and live.c threads both using the
same notification pipe from different stop_thread implementations,
centralize thread stop in one central function exposed to both main.c
and live.c

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/live.c
src/bin/lttng-relayd/lttng-relayd.h
src/bin/lttng-relayd/main.c
This page took 0.027785 seconds and 4 git commands to generate.