Changeset 1133 for trunk/xcache.c
- Timestamp:
- 2012-08-09T05:45:28+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r1131 r1133 61 61 zend_uchar (*getsize)(); 62 62 const char *(*get)(zend_uchar i); 63 } xc_ meminfo_t;64 xc_ meminfo_t nameinfos[] = {63 } xc_nameinfo_t; 64 xc_nameinfo_t nameinfos[] = { 65 65 { "", xc_get_op_type_count, xc_get_op_type }, 66 66 { "", xc_get_data_type_count, xc_get_data_type }, … … 69 69 { NULL, NULL, NULL } 70 70 }; 71 xc_meminfo_t* p;72 zend_uchar i, count;73 char const_name[96];74 int const_name_len;75 71 int undefdone = 0; 76 72 77 73 for (p = nameinfos; p->getsize; p ++) { 74 zend_uchar i, count; 75 char const_name[96]; 76 int const_name_len; 77 xc_nameinfo_t *p; 78 78 79 count = p->getsize(); 79 80 for (i = 0; i < count; i ++) {
Note: See TracChangeset
for help on using the changeset viewer.

