mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
12 lines
172 B
C
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",
|
|
};
|