various uGreen fixes

This commit is contained in:
roberto@mrspurr
2010-11-15 21:55:55 +01:00
parent 0132c00f41
commit d60d90afe3
6 changed files with 110 additions and 44 deletions
+2
View File
@@ -86,6 +86,8 @@ struct uwsgi_python {
int ignore_script_name;
int catch_exceptions;
int current_recursion_depth;
struct _frame* current_frame;
#ifdef UWSGI_THREADING
pthread_key_t upt_save_key;