summaryrefslogtreecommitdiff
path: root/src/xine-engine/plugin_catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/plugin_catalog.h')
-rw-r--r--src/xine-engine/plugin_catalog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xine-engine/plugin_catalog.h b/src/xine-engine/plugin_catalog.h
index 5bd1c4701..26905ebff 100644
--- a/src/xine-engine/plugin_catalog.h
+++ b/src/xine-engine/plugin_catalog.h
@@ -57,6 +57,7 @@ typedef struct {
plugin_file_t *file;
plugin_info_t *info;
void *plugin_class;
+ xine_list_t *config_entry_list;
int ref; /* count intances of plugins */
int priority;
} plugin_node_t ;