From: Mathieu Desnoyers Date: Thu, 6 May 2021 18:07:56 +0000 (-0400) Subject: Refactoring: struct lttng_channel X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=f7d06400be7d046205c20277a03f3f31bf5b1703;hp=f7d06400be7d046205c20277a03f3f31bf5b1703;p=lttng-modules.git Refactoring: struct lttng_channel Split lttng_channel into public/private structures, and introduce inheritance for common fields which will be shared between the channel buffer and upcoming channel counter. Signed-off-by: Mathieu Desnoyers Change-Id: I932231c4af9ed1066d010b5be4f75f34842e8484 ---