Fix: relayd connection object refactor
authorDavid Goulet <dgoulet@efficios.com>
Thu, 23 Jan 2014 19:57:05 +0000 (14:57 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 10 Feb 2014 19:55:17 +0000 (14:55 -0500)
commit58eb9381cd933f0644e6a5b89750dbd6d9b14570
treef80d933a7525bcb1a7468e3045350932ce360c4d
parent2a174661a1e0ab551b41ff1cae7191688525fc1f
Fix: relayd connection object refactor

Mostly rename and move the connection data structure to its own C
file/header along with functions handling the object.

Signed-off-by: David Goulet <dgoulet@efficios.com>
14 files changed:
src/bin/lttng-relayd/Makefile.am
src/bin/lttng-relayd/cmd-2-1.c
src/bin/lttng-relayd/cmd-2-1.h
src/bin/lttng-relayd/cmd-2-2.c
src/bin/lttng-relayd/cmd-2-2.h
src/bin/lttng-relayd/cmd-2-4.c
src/bin/lttng-relayd/cmd-2-4.h
src/bin/lttng-relayd/cmd-generic.h
src/bin/lttng-relayd/connection.c [new file with mode: 0644]
src/bin/lttng-relayd/connection.h [new file with mode: 0644]
src/bin/lttng-relayd/ctf-trace.h
src/bin/lttng-relayd/live.c
src/bin/lttng-relayd/lttng-relayd.h
src/bin/lttng-relayd/main.c
This page took 0.025949 seconds and 4 git commands to generate.