Rename kernel-ctl.c/.h to kernel.c/.h
authorDavid Goulet <david.goulet@polymtl.ca>
Tue, 29 Nov 2011 19:31:28 +0000 (14:31 -0500)
committerDavid Goulet <david.goulet@polymtl.ca>
Tue, 29 Nov 2011 19:31:28 +0000 (14:31 -0500)
commit4771f025b27e92983c1c0816c4cf5760d229c287
treee30059c4c5792560e63c71126c343d94af803677
parent937dde8ee43afc54cbbde5485a9bc594bb7f023e
Rename kernel-ctl.c/.h to kernel.c/.h

Just to follow the function call standard and since kernelctl exist out
of the code tree.

Also remove ust-ctl.c which is not used and not compiled at all.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>
lttng-sessiond/Makefile.am
lttng-sessiond/channel.c
lttng-sessiond/context.c
lttng-sessiond/event.c
lttng-sessiond/kernel-ctl.c [deleted file]
lttng-sessiond/kernel-ctl.h [deleted file]
lttng-sessiond/kernel.c [new file with mode: 0644]
lttng-sessiond/kernel.h [new file with mode: 0644]
lttng-sessiond/main.c
lttng-sessiond/ust-ctl.c [deleted file]
This page took 0.025471 seconds and 4 git commands to generate.