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 17:55:01 +0000 (13:55 -0400)
commit4243641037bcc27e6338674a5c39699a22347654
tree0de6d886e12e19a3c78154778d6d81a8c5ced1fa
parent4ccdbb61116a1ec301328353d18e705221f35ecc
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.024913 seconds and 4 git commands to generate.