Changeset 522 for trunk/xcache.h

Show
Ignore:
Timestamp:
02/17/2008 04:49:46 PM (10 months ago)
Author:
moo
Message:

slide hits per second and hour

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.h

    r506 r522  
    224224    time_t     last_gc_deletes; 
    225225    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]; 
    226233} xc_cache_t; 
    227234/* }}} */