git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101977
13f79535-47bb-0310-9956-
ffa450edef68
apr_size_t count; /* Number of body bytes written to the cache so far */
int complete;
#ifdef USE_ATOMICS
- apr_atomic_t refcount;
+ apr_uint32_t refcount;
#else
apr_size_t refcount;
#endif
long total_refs; /**< total number of references this entry has had */
#ifdef USE_ATOMICS
- apr_atomic_t pos; /**< the position of this entry in the cache */
+ apr_uint32_t pos; /**< the position of this entry in the cache */
#else
apr_ssize_t pos;
#endif