Fix: graph API: add listeners to support filter-to-filter connection
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 12 Dec 2018 23:43:31 +0000 (18:43 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit9c0a126a4ad70ce8152bec4af9f61a7fb9007cab
tree89e21457de1e6d2617de2617ea5f4edf05e65a3c
parent83ebb7f1751a20c7ba771442487f863331c754ef
Fix: graph API: add listeners to support filter-to-filter connection

Listeners existed to be notified when a source is connected to a filter
or to a sink, or when a filter is connected to a sink, but not when a
filter is connected to another filter.

Reported-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
include/babeltrace/graph/graph-internal.h
include/babeltrace/graph/graph.h
lib/graph/graph.c
This page took 0.025575 seconds and 4 git commands to generate.