graph: check if graph has at least one sink to return the NO_SINK status
[babeltrace.git] / include / babeltrace / graph / graph-internal.h
index d418642595c0bbf7dbd847a81d316d118d29394b..677c65bd219edc5cf1b9779ac1a60e3b79ce955b 100644 (file)
@@ -58,6 +58,8 @@ struct bt_graph {
        GQueue *sinks_to_consume;
 
        bt_bool canceled;
+       bt_bool in_remove_listener;
+       bt_bool has_sink;
 
        struct {
                GArray *port_added;
This page took 0.024842 seconds and 4 git commands to generate.