summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-03 23:45:17 +0000
committerDavid Robillard <d@drobilla.net>2009-06-03 23:45:17 +0000
commit27751d02ec3acf33169e2f670c39edc95f02cd8d (patch)
tree370104c9b169021c7c703745b48267f9cfea7847 /src/slv2_internal.h
parent8d24600968fe0dc2306e3f92e598ffc0d9d4d6af (diff)
downloadlilv-27751d02ec3acf33169e2f670c39edc95f02cd8d.tar.gz
lilv-27751d02ec3acf33169e2f670c39edc95f02cd8d.tar.bz2
lilv-27751d02ec3acf33169e2f670c39edc95f02cd8d.zip
Kludge around broken raptor_sequence_set_at.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2089 a436a847-0d15-0410-975c-d299462d15a1
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);