X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fgraph-internal.h;h=7c1ac085693ac4fdc821ad0df51f4802b9a2e741;hb=9c0a126a4ad70ce8152bec4af9f61a7fb9007cab;hp=09927fcf0aeb740538636111772082dd2cbb7e8b;hpb=83ebb7f1751a20c7ba771442487f863331c754ef;p=babeltrace.git diff --git a/include/babeltrace/graph/graph-internal.h b/include/babeltrace/graph/graph-internal.h index 09927fcf..7c1ac085 100644 --- a/include/babeltrace/graph/graph-internal.h +++ b/include/babeltrace/graph/graph-internal.h @@ -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;