diff options
author | David Robillard <d@drobilla.net> | 2007-06-15 02:54:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-06-15 02:54:48 +0000 |
commit | fc0be457290980cee9de72e7ae623a7e88ca17b6 (patch) | |
tree | 00a760e50b7ea68a34c4aaf456eed93046508e6c /src/slv2_internal.h | |
parent | 3fc5478c86490cc0118112faca7b5ab3203b402e (diff) | |
download | lilv-fc0be457290980cee9de72e7ae623a7e88ca17b6.tar.gz lilv-fc0be457290980cee9de72e7ae623a7e88ca17b6.tar.bz2 lilv-fc0be457290980cee9de72e7ae623a7e88ca17b6.zip |
Discovery performance improvements.
git-svn-id: http://svn.drobilla.net/lad/slv2@537 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 893caf2..31913ad 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -134,6 +134,8 @@ struct _SLV2World { librdf_parser* parser; SLV2PluginClasses plugin_classes; SLV2Plugins plugins; + librdf_node* lv2_plugin_node; + librdf_node* rdf_a_node; }; /** Load all bundles found in \a search_path. |