Add new API call lttng_channel_set_default_attr
authorDavid Goulet <david.goulet@polymtl.ca>
Wed, 23 Nov 2011 22:25:01 +0000 (17:25 -0500)
committerDavid Goulet <david.goulet@polymtl.ca>
Wed, 23 Nov 2011 22:25:01 +0000 (17:25 -0500)
commit5edd7e09e892604b00ca937c0f1bc887bb5a842c
treec7f4849e04acf3c69e36a3a920452b57bedbf8e5
parentd7b75b30d1f70dab2d5bca42cff86290c938c516
Add new API call lttng_channel_set_default_attr

This call takes a lttng domain and an allocated channel attributes
pointer and set the default attributes of the channel according to the
domain type.

This commit also fix a listing problem where the wrong output type of
the channel was returned for UST.

The enable-channel command is also changed to used that new API call.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>
include/lttng/lttng.h
liblttngctl/lttngctl.c
lttng-sessiond/main.c
lttng/commands/enable_channels.c
lttng/commands/list.c
This page took 0.02513 seconds and 4 git commands to generate.