Using new memory pool implementation.
This commit is contained in:
@@ -37,7 +37,7 @@ struct nxt_fastcgi_parse_s {
|
||||
|
||||
nxt_buf_t *(*last_buf)(nxt_fastcgi_parse_t *fp);
|
||||
void *data;
|
||||
nxt_mem_pool_t *mem_pool;
|
||||
nxt_mp_t *mem_pool;
|
||||
};
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ struct nxt_fastcgi_source_s {
|
||||
NXT_EXPORT void nxt_fastcgi_source_handler(nxt_task_t *task,
|
||||
nxt_upstream_source_t *us,
|
||||
nxt_fastcgi_source_request_create_t request_create);
|
||||
NXT_EXPORT nxt_int_t nxt_fastcgi_source_hash_create(nxt_mem_pool_t *mp,
|
||||
NXT_EXPORT nxt_int_t nxt_fastcgi_source_hash_create(nxt_mp_t *mp,
|
||||
nxt_lvlhsh_t *lh);
|
||||
void nxt_fastcgi_record_parse(nxt_task_t *task, nxt_fastcgi_parse_t *fp,
|
||||
nxt_buf_t *in);
|
||||
|
||||
Reference in New Issue
Block a user