mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- Missing change
This commit is contained in:
parent
6481440f3f
commit
e3da6ac3da
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user