py-auto-reload-ignore

This commit is contained in:
roberto@precise64
2012-04-14 11:48:27 +02:00
parent 2bcc85a99f
commit 91273b2301
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -160,6 +160,7 @@ struct uwsgi_python {
void (*gil_get) (void);
void (*gil_release) (void);
int auto_reload;
struct uwsgi_string_list *auto_reload_ignore;
#endif
PyObject *workers_tuple;