php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fpm_event_module_s Struct Reference

#include <fpm_events.h>

Data Fields

const char * name
 
int support_edge_trigger
 
int(* init )(int max_fd)
 
int(* clean )(void)
 
int(* wait )(struct fpm_event_queue_s *queue, unsigned long int timeout)
 
int(* add )(struct fpm_event_s *ev)
 
int(* remove )(struct fpm_event_s *ev)
 

Detailed Description

Definition at line 30 of file fpm_events.h.

Field Documentation

◆ add

int(* fpm_event_module_s::add) (struct fpm_event_s *ev)

Definition at line 36 of file fpm_events.h.

◆ clean

int(* fpm_event_module_s::clean) (void)

Definition at line 34 of file fpm_events.h.

◆ init

int(* fpm_event_module_s::init) (int max_fd)

Definition at line 33 of file fpm_events.h.

◆ name

const char* fpm_event_module_s::name

Definition at line 31 of file fpm_events.h.

◆ remove

int(* fpm_event_module_s::remove) (struct fpm_event_s *ev)

Definition at line 37 of file fpm_events.h.

◆ support_edge_trigger

int fpm_event_module_s::support_edge_trigger

Definition at line 32 of file fpm_events.h.

◆ wait

int(* fpm_event_module_s::wait) (struct fpm_event_queue_s *queue, unsigned long int timeout)

Definition at line 35 of file fpm_events.h.


The documentation for this struct was generated from the following file: