Fix: call acting component's "port disconnected" method too
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 29 Mar 2017 06:27:53 +0000 (02:27 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:39 +0000 (12:57 -0400)
commit2038affbfc70dbebc19cd8f3f6e2708259e8109d
treed380b6ade5cd20769d77491411dd93297ce0f3cb
parent77a54f99f128532186fca790be63a24332495c9d
Fix: call acting component's "port disconnected" method too

When a port is disconnected, call both upstream and downstream
components. It's okay to get notified as a component even if you
caused this notification.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/graph/connection-internal.h
lib/component/component.c
lib/component/connection.c
lib/component/port.c
lib/component/sink.c
This page took 0.024756 seconds and 4 git commands to generate.