prepare for vassal's attributes

This commit is contained in:
Unbit
2014-05-14 18:39:10 +02:00
parent cb110260c3
commit f56f16788b
+3
View File
@@ -4075,6 +4075,9 @@ struct uwsgi_instance {
time_t cursed_at;
int adopted;
// uWSGI 2.1 (vassal's attributes)
struct uwsgi_dyn_dict *attrs;
};
struct uwsgi_instance *emperor_get_by_fd(int);