Changeset 330 for eaccelerator/trunk/eaccelerator.h
- Timestamp:
- 08/20/07 15:15:06 (1 year ago)
- Files:
-
- eaccelerator/trunk/eaccelerator.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/eaccelerator.h
r329 r330 439 439 */ 440 440 ZEND_BEGIN_MODULE_GLOBALS (eaccelerator) 441 void *used_entries; /* list of files which are used */442 /* by process/thread */441 void *used_entries; /* list of files which are used */ 442 /* by process/thread */ 443 443 zend_bool enabled; 444 444 zend_bool optimizer_enabled; … … 455 455 char *mem; 456 456 char *allowed_admin_path; 457 time_t req_start; /* time of request start (set in RINIT) */ 457 458 HashTable strings; 458 459 HashTable restored; 459 460 zend_class_entry *class_entry; 460 461 zend_uint refcount_helper; 462 #if defined(WITH_EACCELERATOR_CONTENT_CACHING) || defined(WITH_EACCELERATOR_SESSIONS) || defined(WITH_EACCELERATOR_SHM) 461 463 char hostname[32]; 464 #endif 462 465 struct ea_pattern_t *pattern_list; 463 466 #ifdef WITH_EACCELERATOR_CRASH_DETECTION