|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "fpm_config.h"#include <sys/types.h>#include <systemd/sd-daemon.h>#include "fpm.h"#include "fpm_clock.h"#include "fpm_worker_pool.h"#include "fpm_scoreboard.h"#include "zlog.h"#include "fpm_systemd.h"Go to the source code of this file.
Functions | |
| void | fpm_systemd_heartbeat (struct fpm_event_s *ev, short which, void *arg) |
| int | fpm_systemd_conf (void) |
| int fpm_systemd_conf | ( | void | ) |
Definition at line 81 of file fpm_systemd.c.
| void fpm_systemd_heartbeat | ( | struct fpm_event_s * | ev, |
| short | which, | ||
| void * | arg ) |
Definition at line 47 of file fpm_systemd.c.