GME  13
Public Attributes
apr_pollfd_t Struct Reference

#include <apr_poll.h>

Collaboration diagram for apr_pollfd_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

apr_pool_tp
apr_datatype_e desc_type
apr_int16_t reqevents
apr_int16_t rtnevents
apr_descriptor desc
void * client_data

Detailed Description

Poll descriptor set.

Definition at line 101 of file apr_poll.h.


Member Data Documentation

allows app to associate context

Definition at line 107 of file apr_poll.h.

See also:
apr_descriptor

Definition at line 106 of file apr_poll.h.

descriptor type

Definition at line 103 of file apr_poll.h.

associated pool

Definition at line 102 of file apr_poll.h.

requested events

Definition at line 104 of file apr_poll.h.

returned events

Definition at line 105 of file apr_poll.h.


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