Refactoring: struct lttng_channel_ops
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Mar 2021 02:50:28 +0000 (22:50 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Mar 2021 02:50:28 +0000 (22:50 -0400)
commit49926dbd13cfcb46f6947b7e99bc2999c06dc743
tree7ed68e404583e6954ce4f6f4382e88007aa533d6
parent891d6b550bf16672b0c3a7b35362f231d6e10fc1
Refactoring: struct lttng_channel_ops

- Namespace this structure with lttng_ust_ prefix,
- Use struct_size extensibility scheme. There was no prior padding, so
  extensibility was an issue in the past.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ie8334f5f651f100aaea60ee83d3c8e2b6b300a5a
include/lttng/ust-events.h
liblttng-ust/lttng-ring-buffer-client.h
liblttng-ust/lttng-ring-buffer-metadata-client.h
liblttng-ust/ust-events-internal.h
This page took 0.025796 seconds and 4 git commands to generate.