Rename cmd.h for command.h
authorDavid Goulet <dgoulet@efficios.com>
Fri, 20 Jan 2012 20:44:44 +0000 (15:44 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 20 Jan 2012 20:44:44 +0000 (15:44 -0500)
commitc399183f4b3257c43915f3d81f44befd23165ad9
tree2b014b80938a667bac5d0d92defc0dd1bee47a5c
parent1c39da610b4b1e47a50ab51d9cdfc56d895f2b73
Rename cmd.h for command.h

Also move utils.h and conf.h inside the command.h because every lttng
cli commands are using those headers.

Signed-off-by: David Goulet <dgoulet@efficios.com>
16 files changed:
src/bin/lttng/cmd.h [deleted file]
src/bin/lttng/command.h [new file with mode: 0644]
src/bin/lttng/commands/add_context.c
src/bin/lttng/commands/calibrate.c
src/bin/lttng/commands/create.c
src/bin/lttng/commands/destroy.c
src/bin/lttng/commands/disable_channels.c
src/bin/lttng/commands/disable_events.c
src/bin/lttng/commands/enable_channels.c
src/bin/lttng/commands/enable_events.c
src/bin/lttng/commands/list.c
src/bin/lttng/commands/set_session.c
src/bin/lttng/commands/start.c
src/bin/lttng/commands/stop.c
src/bin/lttng/commands/version.c
src/bin/lttng/lttng.c
This page took 0.025733 seconds and 4 git commands to generate.