lib: standardize listener ID types with new `bt_listener_id` type
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 25 Jul 2019 16:42:00 +0000 (12:42 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 26 Jul 2019 23:19:09 +0000 (19:19 -0400)
commit2054a0d13fbfba65d23d17a1e35c9dd62f28c2ab
treeb388c1038831ca112b907e0c25cb41abc67189a8
parent76b6c2f71a485f0cc9b766e1a54b9f7330ccd907
lib: standardize listener ID types with new `bt_listener_id` type

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ief13a1409b8f0038c0f035878fb49cfe6cf10207
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1782
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
15 files changed:
include/babeltrace2/graph/graph.h
include/babeltrace2/trace-ir/trace-class-const.h
include/babeltrace2/trace-ir/trace-const.h
include/babeltrace2/types.h
src/bindings/python/bt2/bt2/native_bt.i
src/bindings/python/bt2/bt2/native_bt_graph.i
src/bindings/python/bt2/bt2/native_bt_trace.i
src/bindings/python/bt2/bt2/native_bt_trace_class.i
src/lib/graph/graph.c
src/lib/trace-ir/trace-class.c
src/lib/trace-ir/trace.c
src/plugins/ctf/fs-sink/fs-sink-trace.h
src/plugins/lttng-utils/debug-info/debug-info.c
src/plugins/lttng-utils/debug-info/trace-ir-mapping.h
src/plugins/text/details/details.h
This page took 0.025356 seconds and 4 git commands to generate.