Disable lttng ust domain not implemented
authorDavid Goulet <dgoulet@efficios.com>
Mon, 23 Jan 2012 21:42:30 +0000 (16:42 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 23 Jan 2012 21:42:30 +0000 (16:42 -0500)
commitd78d661021eb1c5761c631dbd525697769fe638b
treee1c0c103c4b9ab2dcfb3b2e3cb118dd5a8276df4
parent3edea7d55416a57bf38afd0baa431ef2cc702b9a
Disable lttng ust domain not implemented

Keep them in lttng.h to retain values for future development.

Also fix define alignment in lttng.h

Note that at this commit, "Not implemented" error is still returned.
This will be fix to "Unknown command" in next commit.

Signed-off-by: David Goulet <dgoulet@efficios.com>
13 files changed:
include/lttng/lttng.h
src/bin/lttng-sessiond/channel.c
src/bin/lttng-sessiond/context.c
src/bin/lttng-sessiond/event.c
src/bin/lttng-sessiond/main.c
src/bin/lttng/commands/add_context.c
src/bin/lttng/commands/calibrate.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/lib/lttng-ctl/lttng-ctl.c
This page took 0.027214 seconds and 4 git commands to generate.