From: Mathieu Desnoyers Date: Fri, 26 Mar 2021 20:30:21 +0000 (-0400) Subject: API cleanup: Remove handle from struct lttng_ust_channel_buffer X-Git-Tag: v2.13.0-rc1~200 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=3b5babf8592ca27acaf01fca24406922fc5cc89c;hp=3b5babf8592ca27acaf01fca24406922fc5cc89c;p=lttng-ust.git API cleanup: Remove handle from struct lttng_ust_channel_buffer Now that the handle is fetched from struct lttng_ust_lib_ring_buffer_channel by the ring buffer client callbacks, there is no need to keep it around in the public API struct lttng_ust_channel_buffer. Signed-off-by: Mathieu Desnoyers Change-Id: Id41d1ffb171ea64150e2ceebd51c9679071ee337 ---