added uwsgi.after_req_hook

This commit is contained in:
roberto@oneiric64
2012-01-10 20:30:46 +01:00
parent 4c82a72fd5
commit db301531d0
4 changed files with 28 additions and 0 deletions
+3
View File
@@ -186,6 +186,9 @@ struct uwsgi_python {
int reload_os_env;
PyObject *after_req_hook;
PyObject *after_req_hook_args;
};