aboutsummaryrefslogtreecommitdiffstats
path: root/src/vat/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vat/plugin.h')
-rw-r--r--src/vat/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vat/plugin.h b/src/vat/plugin.h
index c69186287aa..8dab168f1c1 100644
--- a/src/vat/plugin.h
+++ b/src/vat/plugin.h
@@ -26,6 +26,7 @@
typedef struct
{
u8 *name;
+ u8 *filename;
struct stat file_info;
void *handle;
} plugin_info_t;