diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-06-23 19:20:04 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-06-23 19:20:04 +0300 |
commit | 0cd95216877587d053341f52aa4b16362eccf173 (patch) | |
tree | 274b969a8f940845acb4710bcba05b7b2e5fa0fa /auto/sources | |
parent | b13cdb0faae250e6aa8c9e46be03e3162f7de27d (diff) | |
download | unit-0cd95216877587d053341f52aa4b16362eccf173.tar.gz unit-0cd95216877587d053341f52aa4b16362eccf173.tar.bz2 |
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.
Diffstat (limited to 'auto/sources')
-rw-r--r-- | auto/sources | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |