Fix: liblttng-ctl: missing index allocator symbols
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 22 Feb 2022 22:59:16 +0000 (17:59 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 22 Feb 2022 23:16:07 +0000 (18:16 -0500)
commit4cf84528f9620f27677bda5b2e486144913a2414
treecda3253ad98a0868c4c7c5742ef52d7fa84779fd
parentcb2e451438cacef211d42ab9d46aa20af9fc598c
Fix: liblttng-ctl: missing index allocator symbols

abidiff reports that 5 functions were erroneously removed by the 2.13.4
release. Those functions were initially erroneously exposed, but the
symbols must be maintained to preserve the ABI of liblttng-ctl.

abidiff report:
  5 Removed functions:

    [D] 'function lttng_index_allocator_status lttng_index_allocator_alloc(lttng_index_allocator*, uint64_t*)'    {lttng_index_allocator_alloc}
    [D] 'function lttng_index_allocator* lttng_index_allocator_create(uint64_t)'    {lttng_index_allocator_create}
    [D] 'function void lttng_index_allocator_destroy(lttng_index_allocator*)'    {lttng_index_allocator_destroy}
    [D] 'function uint64_t lttng_index_allocator_get_index_count(lttng_index_allocator*)'    {lttng_index_allocator_get_index_count}
    [D] 'function lttng_index_allocator_status lttng_index_allocator_release(lttng_index_allocator*, uint64_t)'    {lttng_index_allocator_release}

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I7d69a0526ccb9ba69ddfbad6955c81146bb83698
src/lib/lttng-ctl/deprecated-symbols.c
This page took 0.024419 seconds and 4 git commands to generate.