diff options
Diffstat (limited to 'src/nxt_port_memory.h')
-rw-r--r-- | src/nxt_port_memory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_port_memory.h b/src/nxt_port_memory.h index 332bd856..38e17a50 100644 --- a/src/nxt_port_memory.h +++ b/src/nxt_port_memory.h @@ -15,6 +15,8 @@ typedef struct nxt_port_mmap_header_s nxt_port_mmap_header_t; void nxt_port_mmap_destroy(nxt_port_mmap_t *port_mmap); +void nxt_port_mmaps_destroy(nxt_array_t *port_mmaps, nxt_bool_t destroy_pool); + /* * Allocates nxt_but_t structure from port's mem_pool, assigns this buf 'mem' * pointers to first available shared mem bucket(s). 'size' used as a hint to |