Apache HTTPD
Public Attributes | List of all members
apr_bucket_brigade::apr_bucket_list Struct Reference

#include <apr_buckets.h>

Public Attributes

struct apr_bucket *volatile next
 
struct apr_bucket *volatile prev
 

Detailed Description

The buckets in the brigade are on this list.

Definition at line 273 of file apr_buckets.h.

Member Data Documentation

◆ next

struct apr_bucket* volatile apr_bucket_brigade::apr_bucket_list::next

Definition at line 273 of file apr_buckets.h.

◆ prev

struct apr_bucket* volatile apr_bucket_brigade::apr_bucket_list::prev

Definition at line 273 of file apr_buckets.h.


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