Call a single "ports connected/disconnected" graph listener instead of two
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 29 Mar 2017 15:55:11 +0000 (11:55 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:39 +0000 (12:57 -0400)
commitf345f8bb507db96ad6f068f404603f6390fa34ce
treebffb5535ea00cee66b44a6c83b866686a0281f7d
parent2038affbfc70dbebc19cd8f3f6e2708259e8109d
Call a single "ports connected/disconnected" graph listener instead of two

It is reasonable to believe that a user implementing a
"ports connected" or "ports disconnected" graph listener wants both
the upstream and downstream ports, instead of getting called two times
with one and the other.

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