added command mode

This commit is contained in:
roberto@sirius
2012-02-08 11:01:04 +01:00
parent c37a386674
commit c72ddc9dd8
5 changed files with 49 additions and 16 deletions
+3
View File
@@ -112,6 +112,7 @@ struct uwsgi_python {
int pyshell;
int pyshell_oneshot;
struct uwsgi_string_list *python_path;
struct uwsgi_string_list *import_list;
@@ -169,6 +170,8 @@ struct uwsgi_python {
PyObject *after_req_hook;
PyObject *after_req_hook_args;
char *pyrun;
};