- Missing change

This commit is contained in:
Felipe Pena 2011-06-18 17:46:16 +00:00
parent 6481440f3f
commit e3da6ac3da

View File

@ -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;