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

#include <fpm_events.h>

Data Fields

int fd
 
struct timeval timeout
 
struct timeval frequency
 
void(* callback )(struct fpm_event_s *, short, void *)
 
voidarg
 
int flags
 
int index
 
short which
 

Detailed Description

Definition at line 13 of file fpm_events.h.

Field Documentation

◆ arg

void* fpm_event_s::arg

Definition at line 18 of file fpm_events.h.

◆ callback

void(* fpm_event_s::callback) (struct fpm_event_s *, short, void *)

Definition at line 17 of file fpm_events.h.

◆ fd

int fpm_event_s::fd

Definition at line 14 of file fpm_events.h.

◆ flags

int fpm_event_s::flags

Definition at line 19 of file fpm_events.h.

◆ frequency

struct timeval fpm_event_s::frequency

Definition at line 16 of file fpm_events.h.

◆ index

int fpm_event_s::index

Definition at line 20 of file fpm_events.h.

◆ timeout

struct timeval fpm_event_s::timeout

Definition at line 15 of file fpm_events.h.

◆ which

short fpm_event_s::which

Definition at line 21 of file fpm_events.h.


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