Add a lttng-ctl header to facilitate code separation
authorDavid Goulet <dgoulet@efficios.com>
Mon, 15 Apr 2013 16:37:06 +0000 (12:37 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 27 Jun 2013 14:41:29 +0000 (10:41 -0400)
commitcac3069d663ba0887b2abf4f114974ae3c0feb91
treeb14229c3c6805c56874d87c4925ebde06572929e
parent8991668e5aee318628b29aa36904855461dad07a
Add a lttng-ctl header to facilitate code separation

In order for lttng-ctl.c not to grow into an uncontrollable monster of
code, add this helper header and remove static declaration of some
functions to be exported out of the C file and set them hidden.

Future work on snapshot and trigger will use it in order to better split
the code into different files.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/lib/lttng-ctl/lttng-ctl-helper.h [new file with mode: 0644]
src/lib/lttng-ctl/lttng-ctl.c
This page took 0.027419 seconds and 5 git commands to generate.