summaryrefslogtreecommitdiffstats
path: root/src/lilv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-12-04 18:48:51 -0500
committerDavid Robillard <d@drobilla.net>2015-12-04 20:59:35 -0500
commit59601f4e1cf94c0062e6e3d343822142ec5ffecb (patch)
tree30f703627a2d07b2b03b89c4252965be88013950 /src/lilv_internal.h
parentdf9e43c745dbded4c2bc0c857add921b4ca25820 (diff)
downloadlilv-59601f4e1cf94c0062e6e3d343822142ec5ffecb.tar.gz
lilv-59601f4e1cf94c0062e6e3d343822142ec5ffecb.tar.bz2
lilv-59601f4e1cf94c0062e6e3d343822142ec5ffecb.zip
Do not instantiate plugin when data fails to parse
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r--src/lilv_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h
index bdb88ed..5fc37fa 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -127,6 +127,7 @@ struct LilvPluginImpl {
LilvPort** ports;
uint32_t num_ports;
bool loaded;
+ bool parse_errors;
bool replaced;
};