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

#include <fpm_events.h>

Data Fields

struct fpm_event_queue_sprev
 
struct fpm_event_queue_snext
 
struct fpm_event_sev
 

Detailed Description

Definition at line 24 of file fpm_events.h.

Field Documentation

◆ ev

struct fpm_event_s* fpm_event_queue_s::ev

Definition at line 27 of file fpm_events.h.

◆ next

struct fpm_event_queue_s* fpm_event_queue_s::next

Definition at line 26 of file fpm_events.h.

◆ prev

struct fpm_event_queue_s* fpm_event_queue_s::prev

Definition at line 25 of file fpm_events.h.


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