From f56f16788b2f45709b452a8fcb0bf2ea0ab05203 Mon Sep 17 00:00:00 2001 From: Unbit Date: Wed, 14 May 2014 18:39:10 +0200 Subject: [PATCH] prepare for vassal's attributes --- uwsgi.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uwsgi.h b/uwsgi.h index 4dca192c..671ede2e 100644 --- a/uwsgi.h +++ b/uwsgi.h @@ -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);