Apache2
apr_pollcb_t Struct Reference

#include <apr_arch_poll_private.h>

Collaboration diagram for apr_pollcb_t:

Data Fields

apr_pool_tpool
 
apr_uint32_t nelts
 
apr_uint32_t nalloc
 
apr_uint32_t flags
 
apr_file_twakeup_pipe [2]
 
apr_pollfd_t wakeup_pfd
 
volatile apr_uint32_t wakeup_set
 
int fd
 
apr_pollcb_pset pollset
 
apr_pollfd_t ** copyset
 
const apr_pollcb_provider_tprovider
 

Field Documentation

◆ copyset

apr_pollfd_t** apr_pollcb_t::copyset

◆ fd

int apr_pollcb_t::fd

◆ flags

apr_uint32_t apr_pollcb_t::flags

◆ nalloc

apr_uint32_t apr_pollcb_t::nalloc

◆ nelts

apr_uint32_t apr_pollcb_t::nelts

◆ pollset

apr_pollcb_pset apr_pollcb_t::pollset

◆ pool

apr_pool_t* apr_pollcb_t::pool

◆ provider

const apr_pollcb_provider_t* apr_pollcb_t::provider

◆ wakeup_pfd

apr_pollfd_t apr_pollcb_t::wakeup_pfd

◆ wakeup_pipe

apr_file_t* apr_pollcb_t::wakeup_pipe[2]

◆ wakeup_set

volatile apr_uint32_t apr_pollcb_t::wakeup_set

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