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

Public Attributes

apr_time_t freed
 
void * opaque
 
struct { 
 
   struct apr_res_t *volatile   next 
 
   struct apr_res_t *volatile   prev 
 
link 
 

Detailed Description

A single resource element.

Definition at line 30 of file apr_reslist.c.

Member Data Documentation

◆ freed

apr_time_t apr_res_t::freed

Definition at line 31 of file apr_reslist.c.

◆ [struct]

struct { ... } apr_res_t::link

◆ next

struct apr_res_t* volatile apr_res_t::next

Definition at line 33 of file apr_reslist.c.

◆ opaque

void* apr_res_t::opaque

Definition at line 32 of file apr_reslist.c.

◆ prev

struct apr_res_t* volatile apr_res_t::prev

Definition at line 33 of file apr_reslist.c.


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