Clean-up: rename double 'lttng' prefixed functions
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 May 2021 19:45:43 +0000 (15:45 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 14 May 2021 18:10:22 +0000 (14:10 -0400)
commit7915f0f62f65ea147e5e721b92dcb9b7726e3913
tree0de6d886e12e19a3c78154778d6d81a8c5ced1fa
parent0dd658dc94898b35774d86496c7c50303b7e1014
Clean-up: rename double 'lttng' prefixed functions

Rename `lttng_lttng_ust_ctl_flush_buffer` to `lttng_ust_flush_buffer`
since the double prefix is odd, but needed to work-around a clash
with symbols introduced in liblttng-ust-ctl as part of 2.13.

Two functions stubs are not used are removed:
  - lttng_lttng_ust_ctl_get_mmap_read_offset,
  - lttng_lttng_ust_ctl_get_mmap_base.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I9a924f503c7d409ed1a28768d07cbbad9d23f503
src/common/ust-consumer/ust-consumer.c
src/common/ust-consumer/ust-consumer.h
This page took 0.025963 seconds and 5 git commands to generate.