Changeset 623 for branches/1.3/xcache.h
- Timestamp:
- 2009-07-05T10:41:16+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/xcache.h
r622 r623 220 220 time_t last_gc_deletes; 221 221 time_t last_gc_expires; 222 223 time_t hits_by_hour_cur_time; 224 zend_uint hits_by_hour_cur_slot; 225 zend_ulong hits_by_hour[24]; 226 time_t hits_by_second_cur_time; 227 zend_uint hits_by_second_cur_slot; 228 zend_ulong hits_by_second[5]; 222 229 } xc_cache_t; 223 230 /* }}} */
Note: See TracChangeset
for help on using the changeset viewer.

