1 /* (c) 2009 Jerome Loyet */ 2 3 #ifndef FPM_LOG_H 4 #define FPM_LOG_H 1 5 #include "fpm_worker_pool.h" 6 7 int fpm_log_init_child(struct fpm_worker_pool_s *wp); 8 int fpm_log_write(char *log_format); 9 int fpm_log_open(int reopen); 10 11 #endif 12
1 /* (c) 2009 Jerome Loyet */ 2 3 #ifndef FPM_LOG_H 4 #define FPM_LOG_H 1 5 #include "fpm_worker_pool.h" 6 7 int fpm_log_init_child(struct fpm_worker_pool_s *wp); 8 int fpm_log_write(char *log_format); 9 int fpm_log_open(int reopen); 10 11 #endif 12