Add graph cancellation API
[babeltrace.git] / include / babeltrace / graph / graph-internal.h
index 85c196be6e2bf4793d09da989f7b9b96b80b6307..9efd3590120be49c7e4b767dea5a1767ce3a4042 100644 (file)
@@ -55,6 +55,8 @@ struct bt_graph {
        /* Queue of pointers (weak references) to sink bt_components. */
        GQueue *sinks_to_consume;
 
+       bt_bool canceled;
+
        struct {
                GArray *port_added;
                GArray *port_removed;
This page took 0.023554 seconds and 4 git commands to generate.