align 4 byte to the start of the word

This commit is contained in:
Anatol Belski 2014-09-14 10:27:00 +02:00
parent ea4ab02446
commit 77137b56b8

View File

@ -58,8 +58,8 @@ struct st_mysqlnd_memory_pool_chunk
zend_uchar *ptr;
enum_func_status (*resize_chunk)(MYSQLND_MEMORY_POOL_CHUNK * chunk, unsigned int size TSRMLS_DC);
void (*free_chunk)(MYSQLND_MEMORY_POOL_CHUNK * chunk TSRMLS_DC);
zend_bool from_pool;
unsigned int size;
zend_bool from_pool;
};