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

#include <apr_buckets.h>

Public Attributes

int refcount
 

Detailed Description

The structure used to manage the shared resource must start with an apr_bucket_refcount which is updated by the general-purpose refcount code. A pointer to the bucket-type-dependent private data structure can be cast to a pointer to an apr_bucket_refcount and vice versa.

Definition at line 531 of file apr_buckets.h.

Member Data Documentation

◆ refcount

int apr_bucket_refcount::refcount

The number of references to this bucket

Definition at line 533 of file apr_buckets.h.


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