Fix: lib: bt_component_class_sink_simple_borrow() is internal
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 16 Apr 2020 13:58:08 +0000 (09:58 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 23 Apr 2020 03:45:20 +0000 (23:45 -0400)
commitd4a975d8796bb1a6795eab581f628c4896cc9651
tree08b84fa8a2b3f456d9162c6a2991fb5eac0c3108
parent5d70aba9ff10108133afa62f839b27f87a378772
Fix: lib: bt_component_class_sink_simple_borrow() is internal

My guess is that at some point the intention was to have the user borrow
the simple sink component class and call bt_graph_add_sink_component()
herself but that's not how it works now:
bt_graph_add_simple_sink_component() calls
bt_component_class_sink_simple_borrow() internally.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I77e10d43a2d90ea4b99c7c7fc09606cbf2ffbe41
Reviewed-on: https://review.lttng.org/c/babeltrace/+/3431
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/lib/graph/component-class-sink-simple.c
src/lib/graph/component-class-sink-simple.h
This page took 0.025041 seconds and 4 git commands to generate.