Changeset 114 for trunk/xcache.h
- Timestamp:
- 08/30/2006 02:31:03 AM (7 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.h
r104 r114 157 157 int deletes_count; 158 158 xc_hash_t *hentry; /* hash to entry */ 159 160 time_t last_gc_deletes; 161 time_t last_gc_expires; 159 162 } xc_cache_t; 160 163 /* }}} */ … … 218 221 typedef struct { 219 222 zval *value; 220 time_t etime;221 223 } xc_entry_data_var_t; 222 224 /* }}} */ … … 235 237 time_t atime; /* the atime of this entry */ 236 238 time_t dtime; /* the deletion time of this entry */ 239 long ttl; /* ttl of time entry, var only */ 237 240 238 241 #ifdef IS_UNICODE

