lib: add sink component class's "graph is configured" method
[babeltrace.git] / include / babeltrace / graph / component-sink-internal.h
index 74e5af927e39967d94254048c66335b47a3b8258..164b96356b3c9cf071f089fbdcb947734fcdda8b 100644 (file)
@@ -32,6 +32,7 @@
 
 struct bt_component_sink {
        struct bt_component parent;
+       bool graph_is_configured_method_called;
 };
 
 BT_HIDDEN
This page took 0.024771 seconds and 4 git commands to generate.