PostgreSQL Source Code git master
WaitEvent Struct Reference

#include <waiteventset.h>

Data Fields

int pos
 
uint32 events
 
pgsocket fd
 
void * user_data
 

Detailed Description

Definition at line 59 of file waiteventset.h.

Field Documentation

◆ events

◆ fd

pgsocket WaitEvent::fd

Definition at line 63 of file waiteventset.h.

Referenced by WaitEventAdjustPoll(), WaitEventSetWait(), and WaitEventSetWaitBlock().

◆ pos

int WaitEvent::pos

Definition at line 61 of file waiteventset.h.

Referenced by AddWaitEventToSet(), WaitEventSetWait(), and WaitEventSetWaitBlock().

◆ user_data

void* WaitEvent::user_data

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