Files
uwsgi/plugins/mongodb/plugin.c
T
2013-04-05 18:17:28 +02:00

12 lines
172 B
C

#include <uwsgi.h>
/*
a fake plugin used for preloading mongodb library when only available as static.
*/
struct uwsgi_plugin mongodb_plugin = {
.name = "mongodb",
};