Changeset 1132 for trunk/mod_cacher/xc_cache.h
- Timestamp:
- 2012-08-09T05:43:48+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/mod_cacher/xc_cache.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mod_cacher/xc_cache.h
r1062 r1132 17 17 struct _xc_lock_t; 18 18 struct _xc_shm_t; 19 /* {{{ xc_cache_t: only cache info, not in shm */20 typedef struct {21 int cacheid;22 xc_hash_t *hcache; /* hash to cacheid */23 24 struct _xc_lock_t *lck;25 struct _xc_shm_t *shm; /* which shm contains us */26 struct _xc_mem_t *mem; /* which mem contains us */27 28 xc_hash_t *hentry; /* hash settings to entry */29 xc_hash_t *hphp; /* hash settings to php */30 xc_cached_t *cached;31 } xc_cache_t;32 /* }}} */33 19 /* {{{ xc_op_array_info_detail_t */ 34 20 typedef struct {
Note: See TracChangeset
for help on using the changeset viewer.

