From: Felipe Pena Date: Sat, 18 Jun 2011 17:46:16 +0000 (+0000) Subject: - Missing change X-Git-Tag: php-5.3.7RC2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3da6ac3dab89cb85abedc758cfd1c180ec9c3b3;p=php - Missing change --- diff --git a/sapi/fpm/fpm/fpm_status.h b/sapi/fpm/fpm/fpm_status.h index b0ef1aa710..8f3daf9c72 100644 --- a/sapi/fpm/fpm/fpm_status.h +++ b/sapi/fpm/fpm/fpm_status.h @@ -28,7 +28,7 @@ void fpm_status_increment_accepted_conn(struct fpm_shm_s *shm); void fpm_status_set_pm(struct fpm_shm_s *shm, int pm); void fpm_status_update_max_children_reached(struct fpm_shm_s *shm, unsigned int max_children_reached); void fpm_status_increment_max_children_reached(struct fpm_shm_s *shm); -int fpm_status_handle_request(); +int fpm_status_handle_request(TSRMLS_D); extern struct fpm_shm_s *fpm_status_shm;