From 3cc591fd8bcdbc4122de8d1b140b59e505170385 Mon Sep 17 00:00:00 2001 From: "roberto@precise64" Date: Fri, 18 May 2012 20:39:58 +0200 Subject: [PATCH] clang fix --- uwsgi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi.h b/uwsgi.h index b209658d..6dc19d51 100644 --- a/uwsgi.h +++ b/uwsgi.h @@ -1678,12 +1678,12 @@ struct uwsgi_server { struct uwsgi_offload_request { pthread_t tid; - struct wsgi_request wsgi_req; char *buffer; struct iovec *hvec; char real_filename[PATH_MAX+1]; size_t real_filename_len; struct stat st; + struct wsgi_request wsgi_req; };