X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fgraph.h;h=29490cdb537d9fb4a1e0b46f6d771c74b2c7c1a9;hb=1353b066072e;hp=066f723399ba21634b1d48f2781dac78f59d93e0;hpb=5b616db96266d25cb0749e472cfc78c4944675e2;p=babeltrace.git diff --git a/src/lib/graph/graph.h b/src/lib/graph/graph.h index 066f7233..29490cdb 100644 --- a/src/lib/graph/graph.h +++ b/src/lib/graph/graph.h @@ -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