lttng: rename iterator_template to _iterator
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 21 Apr 2023 19:11:44 +0000 (15:11 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 26 Apr 2023 17:55:24 +0000 (13:55 -0400)
commit767954d25dee78ad2c5ccfc1ee40a5dbb157ca21
treecbf7dbba4d46b0ac9d3e2523984069ba665d2bc8
parentf053d40c60b9dd38da27d88412dcac3a8404324c
lttng: rename iterator_template to _iterator

iterator_template is not meant to be used directly and is private: it
should be prefixed with an underscore.

Moreover, "template" in the name doesn't really add anything; remove it.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Id891afeb596788d8d40cdf45e3f50dd8bf0427cc
src/bin/lttng/utils.hpp
This page took 0.023884 seconds and 4 git commands to generate.