php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fpm_log.h
Go to the documentation of this file.
1 /* (c) 2009 Jerome Loyet */
2
3#ifndef FPM_LOG_H
4#define FPM_LOG_H 1
5#include "fpm_worker_pool.h"
6
8int fpm_log_write(char *log_format);
9int fpm_log_open(int reopen);
10
11#endif
int fpm_log_init_child(struct fpm_worker_pool_s *wp)
Definition fpm_log.c:69
int fpm_log_open(int reopen)
Definition fpm_log.c:30
int fpm_log_write(char *log_format)
Definition fpm_log.c:108