summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index b4b23b3..1601a4d 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -61,9 +61,10 @@ struct _SLV2Plugin {
SLV2Value binary_uri; ///< lv2:binary
SLV2PluginClass plugin_class;
raptor_sequence* data_uris; ///< rdfs::seeAlso
- raptor_sequence* ports;
+ SLV2Port* ports;
librdf_storage* storage;
librdf_model* rdf;
+ uint32_t num_ports;
};
SLV2Plugin slv2_plugin_new(SLV2World world, SLV2Value uri, librdf_uri* bundle_uri);