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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:37 +0000 (18:19 -0400)
commitee976410f24a0c1448d66e2b93e0b8fed6b86779
treec0d249600ba880f2e469920decc64c83165663ff
parent0476f6f71b064a98848e70b22f770578c44e6f1d
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.02589 seconds and 4 git commands to generate.