Index: trunk/xcache.h
===================================================================
--- trunk/xcache.h	(revision 104)
+++ trunk/xcache.h	(revision 114)
@@ -157,4 +157,7 @@
 	int deletes_count;
 	xc_hash_t  *hentry; /* hash to entry */
+
+	time_t     last_gc_deletes;
+	time_t     last_gc_expires;
 } xc_cache_t;
 /* }}} */
@@ -218,5 +221,4 @@
 typedef struct {
 	zval   *value;
-	time_t etime;
 } xc_entry_data_var_t;
 /* }}} */
@@ -235,4 +237,5 @@
 	time_t     atime;           /* the atime of this entry */
 	time_t     dtime;           /* the deletion time of this entry */
+	long       ttl;             /* ttl of time entry, var only */
 
 #ifdef IS_UNICODE
