Show
Ignore:
Timestamp:
08/20/07 22:57:00 (1 year ago)
Author:
hans
Message:

Added cache object creation timestamp (shm and disk)\nAltered control panel and eaccelerator_cached_scripts() for ttl and creation timestamp display\nChanged some counters in ea_cache_entry from signed to unsigned int\nSome language and mmCache remnants fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ea_info.c

    r330 r337  
    456456            add_assoc_string(script, "file", p->realfilename, 1); 
    457457            add_assoc_long(script, "mtime", p->mtime); 
     458            add_assoc_long(script, "ts", p->ts); 
     459            add_assoc_long(script, "ttl", p->ttl); 
    458460            add_assoc_long(script, "size", p->size); 
    459461            add_assoc_long(script, "reloads", p->nreloads);