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:20:45 +0000 (16:20 -0500)
commit3557d45682bd899f3355b61cb5db8c8d0355f486
tree73c1af690b5bb5e4b6d8f96d8fce40b177735c99
parented9fae0958ef52d109840f21cd3d61d58276ad72
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>
Conflicts:
src/bin/lttng-relayd/lttng-relayd.h
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.025941 seconds and 4 git commands to generate.