sharedarea can be mapped to generic objects

This commit is contained in:
Unbit
2013-12-10 10:09:38 +01:00
parent 304f847dc6
commit a6e6bff082
5 changed files with 70 additions and 1 deletions
+2
View File
@@ -191,6 +191,8 @@ struct uwsgi_python {
char *raw;
PyObject *raw_callable;
struct uwsgi_string_list *sharedarea;
};