Changeset 522 for trunk/xcache.h
- Timestamp:
- 02/17/2008 04:49:46 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.h
r506 r522 224 224 time_t last_gc_deletes; 225 225 time_t last_gc_expires; 226 227 time_t hits_by_hour_cur_time; 228 zend_uint hits_by_hour_cur_slot; 229 zend_ulong hits_by_hour[24]; 230 time_t hits_by_second_cur_time; 231 zend_uint hits_by_second_cur_slot; 232 zend_ulong hits_by_second[5]; 226 233 } xc_cache_t; 227 234 /* }}} */

