mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 13:41:28 +00:00
first (destructive) public commit for the 0.9.5 branch
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#include "../../uwsgi.h"
|
||||
|
||||
void uwsgi_init(struct uwsgi_server *uwsgi){
|
||||
fprintf(stderr,"i am the example plugin initialization function\n");
|
||||
/* gcc `python2.5-config --cflags` -o example_plugin.so -fPIC -shared example_plugin.c */
|
||||
|
||||
void uwsgi_init(struct uwsgi_server *uwsgi, char *args){
|
||||
fprintf(stderr,"i am the example plugin initialization function with arg: %s\n", args);
|
||||
}
|
||||
|
||||
int uwsgi_request(struct uwsgi_server *uwsgi, struct wsgi_request *wsgi_req, char *buffer) {
|
||||
|
||||
Reference in New Issue
Block a user