We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06314c commit f51ca02Copy full SHA for f51ca02
sapi/fpm/fpm/fpm_status.h
@@ -28,7 +28,7 @@ void fpm_status_increment_accepted_conn(struct fpm_shm_s *shm);
28
void fpm_status_set_pm(struct fpm_shm_s *shm, int pm);
29
void fpm_status_update_max_children_reached(struct fpm_shm_s *shm, unsigned int max_children_reached);
30
void fpm_status_increment_max_children_reached(struct fpm_shm_s *shm);
31
-int fpm_status_handle_request();
+int fpm_status_handle_request(TSRMLS_D);
32
33
extern struct fpm_shm_s *fpm_status_shm;
34
0 commit comments