Apache HTTPD
Public Attributes | List of all members
apr_pollcb_t Struct Reference

#include <apr_arch_poll_private.h>

Public Attributes

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
 
int fd
 
apr_pollcb_pset pollset
 
apr_pollfd_t ** copyset
 
const apr_pollcb_provider_tprovider
 

Detailed Description

Definition at line 146 of file apr_arch_poll_private.h.

Member Data Documentation

◆ copyset

apr_pollfd_t** apr_pollcb_t::copyset

Definition at line 156 of file apr_arch_poll_private.h.

◆ fd

int apr_pollcb_t::fd

Definition at line 154 of file apr_arch_poll_private.h.

◆ flags

apr_uint32_t apr_pollcb_t::flags

Definition at line 150 of file apr_arch_poll_private.h.

◆ nalloc

apr_uint32_t apr_pollcb_t::nalloc

Definition at line 149 of file apr_arch_poll_private.h.

◆ nelts

apr_uint32_t apr_pollcb_t::nelts

Definition at line 148 of file apr_arch_poll_private.h.

◆ pollset

apr_pollcb_pset apr_pollcb_t::pollset

Definition at line 155 of file apr_arch_poll_private.h.

◆ pool

apr_pool_t* apr_pollcb_t::pool

Definition at line 147 of file apr_arch_poll_private.h.

◆ provider

const apr_pollcb_provider_t* apr_pollcb_t::provider

Definition at line 157 of file apr_arch_poll_private.h.

◆ wakeup_pfd

apr_pollfd_t apr_pollcb_t::wakeup_pfd

Definition at line 153 of file apr_arch_poll_private.h.

◆ wakeup_pipe

apr_file_t* apr_pollcb_t::wakeup_pipe[2]

Definition at line 152 of file apr_arch_poll_private.h.


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