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