Changeset 1243 in svn
- Timestamp:
- 2013-05-16T06:58:59Z (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mod_cacher/xc_cacher.c
r1242 r1243 102 102 xc_hash_t *hcache; /* hash to cacheid */ 103 103 104 struct _xc_lock_t*lck;105 struct _xc_shm_t*shm; /* which shm contains us */104 xc_lock_t *lck; 105 xc_shm_t *shm; /* which shm contains us */ 106 106 xc_allocator_t *allocator; 107 107 … … 2686 2686 static void xc_destroy() /* {{{ */ 2687 2687 { 2688 xc_shm_t *shm = NULL; 2688 2689 TSRMLS_FETCH(); 2689 2690 2690 xc_shm_t *shm = NULL;2691 2691 if (old_compile_file && zend_compile_file == xc_compile_file) { 2692 2692 zend_compile_file = old_compile_file;
Note: See TracChangeset
for help on using the changeset viewer.