X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fgraph.h;h=f1b39475322acb642539c1bcca629e96c67758c4;hb=e74015680521597497c3218160a9e80081932896;hp=066f723399ba21634b1d48f2781dac78f59d93e0;hpb=79545cc9503203b8508867244ef0265257fd3e84;p=babeltrace.git diff --git a/src/lib/graph/graph.h b/src/lib/graph/graph.h index 066f7233..f1b39475 100644 --- a/src/lib/graph/graph.h +++ b/src/lib/graph/graph.h @@ -60,7 +60,7 @@ struct bt_graph { * * In terms of ownership: * 1) The graph is the components' parent, - * 2) The graph is the connnections' parent, + * 2) The graph is the connections' parent, * 3) Components share the ownership of their connections, * 4) A connection holds weak references to its two component endpoints. */ @@ -143,23 +143,18 @@ void bt_graph_set_can_consume(struct bt_graph *graph, bool can_consume) graph->can_consume = can_consume; } -BT_HIDDEN int bt_graph_consume_sink_no_check(struct bt_graph *graph, struct bt_component_sink *sink); -BT_HIDDEN enum bt_graph_listener_func_status bt_graph_notify_port_added(struct bt_graph *graph, struct bt_port *port); -BT_HIDDEN void bt_graph_remove_connection(struct bt_graph *graph, struct bt_connection *connection); -BT_HIDDEN void bt_graph_add_message(struct bt_graph *graph, struct bt_message *msg); -BT_HIDDEN bool bt_graph_is_interrupted(const struct bt_graph *graph); static inline