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>
Tue, 11 Feb 2014 19:56:59 +0000 (14:56 -0500)
commite85cdca93d8a23b64125b673ddb4c0db3f02e27e
tree33330383ddef60b9077debab443953be224a5d3a
parenteb702af57ae8a8b006adac7f0aee46e4fa5bebb0
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.025316 seconds and 4 git commands to generate.