Remove component's initialization state flag
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 25 May 2017 07:12:30 +0000 (03:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:44 +0000 (12:57 -0400)
commita30f57f50a8b40992333eca763623d3a5c8bb199
tree7c7f1abd1167306f3cf4455ca292ff9ee67a38c1
parentab0d387b552819367102a7a5f7340aa4e7530a4f
Remove component's initialization state flag

This "initializing" flag is now useless. It was used to make sure that
only the implementation side of a component could set the component's
private user data. This is now enforced by typing (component vs. private
component), and it is always okay to set a private component's user
data.

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