relayd: use same pipe for live and main
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 Jan 2014 04:34:17 +0000 (23:34 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 28 Jan 2014 21:19:42 +0000 (16:19 -0500)
commit0b242f6253f75bd4a2d138fba3c34a22653ab3bd
tree850dd4fad2a557ac1c3ea52db802f69e2071fcad
parentfb4d42ab5ddb624b0a1059fbd88bd9f90290971f
relayd: use same pipe for live and main

Don't use a duplicate of file descriptors. Ownership is easier to track
without a copy.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng-relayd/live.c
src/bin/lttng-relayd/live.h
src/bin/lttng-relayd/lttng-relayd.h
src/bin/lttng-relayd/main.c
This page took 0.026927 seconds and 5 git commands to generate.