Changeset 859 for trunk/xcache.h
- Timestamp:
- 2012-03-28T18:15:21+02:00 (14 months ago)
- File:
-
- 1 edited
-
trunk/xcache.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.h
r855 r859 374 374 zend_ulong refcount; /* count of entries referencing to this data */ 375 375 376 size_t file_size;377 376 zend_ulong hits; /* hits of this php */ 378 377 size_t size; … … 432 431 zend_ulong refcount; /* count of php instances holding this entry */ 433 432 time_t file_mtime; 433 size_t file_size; 434 434 #ifdef HAVE_INODE 435 435 int file_device; … … 456 456 /* }}} */ 457 457 typedef struct xc_entry_hash_t { /* {{{ */ 458 xc_hash_value_t cache slotid;458 xc_hash_value_t cacheid; 459 459 xc_hash_value_t entryslotid; 460 460 } xc_entry_hash_t; 461 /* }}} */ 462 typedef struct xc_compiler_t { /* {{{ */ 463 const char *filename; 464 const char *opened_path; 465 char opened_path_buffer[MAXPATHLEN]; 466 467 xc_entry_hash_t entry_hash; 468 xc_entry_php_t new_entry; 469 xc_entry_data_php_t new_php; 470 } xc_compiler_t; 461 471 /* }}} */ 462 472
Note: See TracChangeset
for help on using the changeset viewer.

