Return component port counts by parameter
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 23 Feb 2017 14:36:05 +0000 (09:36 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:38 +0000 (12:57 -0400)
commit346df6cf468fedfc119067f774a78b9ac912a326
tree0f22008020c9d0fe13c230414fa9f8cd9abf8a72
parent7d55361f7b41ed8d44a71c17dfeecd316ca77460
Return component port counts by parameter

The rest of the API separates the return of success/error from
the return of the item count. This change makes the component
API consistent with the style used elsewhere.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/component/component-filter.h
include/babeltrace/component/component-sink.h
include/babeltrace/component/component-source.h
lib/component/filter.c
lib/component/graph.c
lib/component/sink.c
lib/component/source.c
This page took 0.024701 seconds and 4 git commands to generate.