Changeset 276 for eaccelerator/branches/0.9.5/cache.c
- Timestamp:
- 10/11/06 13:25:18 (2 years ago)
- Files:
-
- eaccelerator/branches/0.9.5/cache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/branches/0.9.5/cache.c
r237 r276 634 634 if (p->ttl) { 635 635 if (p->ttl < t) { 636 add_assoc_long(list, "ttl", (p->ttl -t)); // ttl636 add_assoc_long(list, "ttl", p->ttl); // ttl 637 637 } else { 638 638 add_assoc_long(list, "ttl", -1); // expired