xref: /PHP-7.2/sapi/fpm/fpm/fpm_log.h (revision 60a69dae)
1 	/* $Id: fpm_status.h 312263 2011-06-18 17:46:16Z felipe $ */
2 	/* (c) 2009 Jerome Loyet */
3 
4 #ifndef FPM_LOG_H
5 #define FPM_LOG_H 1
6 #include "fpm_worker_pool.h"
7 
8 int fpm_log_init_child(struct fpm_worker_pool_s *wp);
9 int fpm_log_write(char *log_format);
10 int fpm_log_open(int reopen);
11 
12 #endif
13