dynamic-array: fix documentation of lttng_dynamic_pointer_array_get_pointer
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 13 Dec 2019 21:47:57 +0000 (16:47 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 Dec 2019 00:23:34 +0000 (19:23 -0500)
commit5ba6017516b4a6d1bc694b2d4ec3569b0348d7c3
tree5cbefaff7a235b1d783df6f9f80f427d344690b0
parentf170e66dff73f92b449eb876702306fc0ce0c9e8
dynamic-array: fix documentation of lttng_dynamic_pointer_array_get_pointer

The documentation of this function says that mutating the array
invalidates the return pointer.  This is not true, since the returned
pointer is the element itself, not a pointer to the array.

Change-Id: I8b8978cddb2d1d6ce0b42ed313e9843ca418c96c
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/dynamic-array.h
This page took 0.02604 seconds and 4 git commands to generate.