X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvat%2Fplugin.h;h=8dab168f1c1a390c323741f9bb016fb92e1f640a;hb=b49bc1ae6;hp=c69186287aa5a098ed42818d0faf55fafd853a74;hpb=71612d61930e57e7c8ebf9e5647b15a4b23720b2;p=vpp.git 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;