From: David Goulet Date: Wed, 23 Nov 2011 22:25:01 +0000 (-0500) Subject: Add new API call lttng_channel_set_default_attr X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=5edd7e09e892604b00ca937c0f1bc887bb5a842c;hp=5edd7e09e892604b00ca937c0f1bc887bb5a842c;p=lttng-tools.git 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 ---