From 0cd95216877587d053341f52aa4b16362eccf173 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Fri, 23 Jun 2017 19:20:04 +0300 Subject: Store pointer to shared memory start in buf->parent. nxt_port_mmap_t stored in arrays and it is unsafe to store pointer to array element. Shared memory structures and macros moved to separate header file to be used by GO package. --- auto/sources | 1 + 1 file changed, 1 insertion(+) (limited to 'auto') diff --git a/auto/sources b/auto/sources index df7c9959..33c97e1f 100644 --- a/auto/sources +++ b/auto/sources @@ -20,6 +20,7 @@ NXT_LIB_DEPS=" \ src/nxt_port.h \ src/nxt_port_hash.h \ src/nxt_port_memory.h \ + src/nxt_port_memory_int.h \ src/nxt_dyld.h \ src/nxt_thread.h \ src/nxt_thread_id.h \ -- cgit