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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
commitc107eee1285b912ec938ea165ad92030a3f4892c
tree89e21457de1e6d2617de2617ea5f4edf05e65a3c
parente076423c760c6d935fad3a7d5030da171c900609
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.023664 seconds and 5 git commands to generate.