Apache HTTPD
Public Attributes | List of all members
apr_descriptor Union Reference

#include <apr_poll.h>

Public Attributes

apr_file_tf
 
apr_socket_ts
 

Detailed Description

Union of either an APR file or socket.

Definition at line 99 of file apr_poll.h.

Member Data Documentation

◆ f

apr_file_t* apr_descriptor::f

file

Definition at line 100 of file apr_poll.h.

◆ s

apr_socket_t* apr_descriptor::s

socket

Definition at line 101 of file apr_poll.h.


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