Skip to content

Commit

Permalink
Allow future extensibility without binary compatibility break
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Oct 5, 2006
1 parent cb1f58e commit ff3dfa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Zend/zend_alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ typedef struct _zend_mm_mem_handlers {

struct _zend_mm_storage {
const zend_mm_mem_handlers *handlers;
void *data;
};

ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_mem_handlers *handlers, size_t block_size, void *params);
Expand Down

0 comments on commit ff3dfa9

Please sign in to comment.