Fix: doc: action: wrong function documented for action_list destroy
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 24 Mar 2022 20:05:20 +0000 (16:05 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 25 Mar 2022 19:47:52 +0000 (15:47 -0400)
commit0ae8863018325f0e86112e6a1ce466d5576b5461
tree3112be91507acffd6c77632adc03111dc9ec4fba
parent3308655a7e594e7d8e59146f77f18a767599538d
Fix: doc: action: wrong function documented for action_list destroy

The lttng_action_list_destroy function is internal.

API users must use `lttng_action_destroy()` to destroy the returned
object of `lttng_action_list_create()`.

Change-Id: Ic910efd07dd071f7e38e48d34a5e000b3f805729
Reported-by: Michael Jeason <mjeanson@efficios.com>
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/lttng/action/list.h
This page took 0.025162 seconds and 4 git commands to generate.