From 7eebcf3246a8e0eb4ebd93175740dc2bf15f83a6 Mon Sep 17 00:00:00 2001 From: Janos Guljas Date: Tue, 23 Dec 2014 19:32:33 +0100 Subject: [PATCH] Move safe_pidfile and safe_pidfile2 at the end of uwsgi_server struct --- uwsgi.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/uwsgi.h b/uwsgi.h index 3da28b77..899b2d94 100755 --- a/uwsgi.h +++ b/uwsgi.h @@ -2408,9 +2408,6 @@ struct uwsgi_server { char *pidfile; char *pidfile2; - char *safe_pidfile; - char *safe_pidfile2; - char *flock2; char *flock_wait2; @@ -2789,6 +2786,8 @@ struct uwsgi_server { char *zeus; uint64_t buffer_size; int emperor_tyrant_initgroups; + char *safe_pidfile; + char *safe_pidfile2; }; struct uwsgi_rpc {