From 81d7bed13460d8adec7ac9581b8fdc66c6a2ceec Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 2 Jun 2011 15:00:35 +0200 Subject: added id to stdio plugin --- vfs_stdio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vfs_stdio.c') diff --git a/vfs_stdio.c b/vfs_stdio.c index 840ee722..6f006efa 100644 --- a/vfs_stdio.c +++ b/vfs_stdio.c @@ -169,6 +169,7 @@ static DB_vfs_t plugin = { .plugin.version_minor = 0, .plugin.type = DB_PLUGIN_VFS, .plugin.name = "stdio vfs", + .plugin.id = "vfs_stdio", .plugin.descr = "Standard IO plugin\nUsed for reading normal local files\nIt is statically linked, so you can't delete it.", .plugin.copyright = "Copyright (C) 2009-2011 Alexey Yakovenko \n" -- cgit v1.2.3