Rename lttng_ust_enum_get to lttng_ust_enum_get_from_desc
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 9 Feb 2018 20:15:24 +0000 (15:15 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 9 Feb 2018 20:41:34 +0000 (15:41 -0500)
commitb33b46f7161604cb9168e9bbc854413cf18269be
treea9f9462a1c2969c862ce146e01847f8dde087d9f
parentb2292d8567372f5bbadaeb0cd7b26e6fc4cd1b56
Rename lttng_ust_enum_get to lttng_ust_enum_get_from_desc

Change the prototype to take a descriptor instead of a char *.
Now that provider names can have duplicates enum names are not
necessarily unique.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-events.h
liblttng-ust-comm/lttng-ust-comm.c
liblttng-ust/lttng-events.c
liblttng-ust/ust-core.c
This page took 0.024688 seconds and 4 git commands to generate.