From 22662767648004a7003bbdfa3542f8461cf86d8c Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 14 Oct 2008 04:17:44 +0000 Subject: [PATCH] plugin graph generator --- lib/gvc/gvcint.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/gvc/gvcint.h b/lib/gvc/gvcint.h index bcd957f33..201149c69 100644 --- a/lib/gvc/gvcint.h +++ b/lib/gvc/gvcint.h @@ -45,7 +45,7 @@ extern "C" { struct gvplugin_package_s { gvplugin_package_t *next; char *path; - char *packagename; + char *name; }; struct gvplugin_available_s { @@ -54,9 +54,7 @@ extern "C" { int quality; /* programmer assigned quality ranking within type (+ve or -ve int) - codegens have quality = 0 */ - char *path; /* file path to library containing plugin, - or NULL if builtin */ - char *packagename; /* package name */ + gvplugin_package_t *package; /* details of library containing plugin */ gvplugin_installed_t *typeptr; /* pointer to jumptable for plugin, or NULL if not yet loaded */ }; -- 2.40.0