Fix: graph API: add listeners to support filter-to-filter connection
[babeltrace.git] / include / babeltrace / graph / graph-internal.h
index 09927fcf0aeb740538636111772082dd2cbb7e8b..7c1ac085693ac4fdc821ad0df51f4802b9a2e741 100644 (file)
@@ -84,9 +84,11 @@ struct bt_graph {
                GArray *sink_input_port_removed;
                GArray *source_filter_ports_connected;
                GArray *source_sink_ports_connected;
+               GArray *filter_filter_ports_connected;
                GArray *filter_sink_ports_connected;
                GArray *source_filter_ports_disconnected;
                GArray *source_sink_ports_disconnected;
+               GArray *filter_filter_ports_disconnected;
                GArray *filter_sink_ports_disconnected;
        } listeners;
 
This page took 0.023651 seconds and 4 git commands to generate.