Add ports to the source, filter and sink component interfaces
[babeltrace.git] / include / babeltrace / component / component-source-internal.h
index fcf646dea657ba44119be1265fb72a78fc008449..99b0f5bf4b945b95194406f5bb52218887555d70 100644 (file)
@@ -35,6 +35,7 @@ struct bt_value;
 
 struct bt_component_source {
        struct bt_component parent;
+       GPtrArray *output_ports;
 };
 
 /**
This page took 0.024121 seconds and 4 git commands to generate.