trace-chunk: clean-up: misleading label name
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 18 Sep 2019 16:30:22 +0000 (12:30 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 19 Sep 2019 19:31:49 +0000 (15:31 -0400)
commit9c38b76fa6bba451f810ab123982a8d7aa4eb29a
tree93752bf247c36eb50697f4ede937e58438ebe0ee
parent6564a2b67783df036aa7cb389ebfdcc18504c69a
trace-chunk: clean-up: misleading label name

The 'end_unlock' label in lttng_trace_chunk_set_close_command() no
longer needs to unlock the chunk (and doesn't do it). Rename it to
'end' to alleviate any confusion in the future.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/trace-chunk.c
This page took 0.024602 seconds and 4 git commands to generate.