Rewrite the add context command of sessiond
authorDavid Goulet <david.goulet@polymtl.ca>
Wed, 3 Aug 2011 22:50:13 +0000 (18:50 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Wed, 3 Aug 2011 22:50:13 +0000 (18:50 -0400)
commitb579acd98eabe5875e3ee7975abe10d7ccf23e5c
tree4edfaff636406cf70e7bb8606752d1b6760a1738
parent052da9399865b26a0212c6668ab424bb3ba37f4b
Rewrite the add context command of sessiond

Introduce context.c/.h which contains code to manage lttng context.

The add context command is now based on the lttng domain removing the
LTTNG_KERNEL_ADD_CONTEXT to simply LTTNG_ADD_CONTEXT.

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