From: David Goulet Date: Mon, 14 Jan 2013 19:41:38 +0000 (-0500) Subject: Add internal kernel channel destroy function X-Git-Tag: v2.2.0-rc1~116 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=fb5f35b688fa31b21b25f9a6a831df3e5aa243ed;hp=fb5f35b688fa31b21b25f9a6a831df3e5aa243ed Add internal kernel channel destroy function The internal representation of a kernel channel in the session daemon now has a session pointer that points to the associated session. This is needed so when we destroy a channel, we can update the channel count of the session if available. Signed-off-by: David Goulet ---