Skip to content

Commit

Permalink
ngx_debug_conn: define ngx_pool_size macro
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Aug 4, 2023
1 parent e13e23f commit 9ca91e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ngx_debug_conn/ngx_http_debug_conn_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


#if (NGX_DEBUG_POOL)
extern size_t ngx_pool_size(ngx_pool_t *);
#define ngx_pool_size(p) ((p)->size)
#else
#define ngx_pool_size(p) ((size_t) 0)
#endif
Expand Down

0 comments on commit 9ca91e2

Please sign in to comment.