diff --git a/core/master_checks.c b/core/master_checks.c index 9fdffd4b1..c8dc66a7b 100644 --- a/core/master_checks.c +++ b/core/master_checks.c @@ -180,7 +180,7 @@ void uwsgi_master_check_idle() { } -int uwsgi_master_check_harakiri(int w, int c, int harakiri) { +int uwsgi_master_check_harakiri(int w, int c, time_t harakiri) { /** * Triggers a harakiri when the following conditions are met: * - harakiri timeout > current time