diff options
author | Max Romanov <max.romanov@nginx.com> | 2020-10-28 00:01:46 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2020-10-28 00:01:46 +0300 |
commit | ccee391ab28d2742a98c612c42a37d6dcdbcd5f7 (patch) | |
tree | 1636eeb079cb22307c4048c05d0db6d61d1e65af /src/nxt_port_memory.h | |
parent | 735bb2f1276a7d768cffd1e780114a10018980cb (diff) | |
download | unit-ccee391ab28d2742a98c612c42a37d6dcdbcd5f7.tar.gz unit-ccee391ab28d2742a98c612c42a37d6dcdbcd5f7.tar.bz2 |
Router: broadcasting the SHM_ACK message to all process ports.
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 8e71af3d..a2cdf5dd 100644 --- a/src/nxt_port_memory.h +++ b/src/nxt_port_memory.h @@ -71,4 +71,6 @@ nxt_port_mmap_get_method(nxt_task_t *task, nxt_port_t *port, nxt_buf_t *b); nxt_int_t nxt_shm_open(nxt_task_t *task, size_t size); +void nxt_process_broadcast_shm_ack(nxt_task_t *task, nxt_process_t *process); + #endif /* _NXT_PORT_MEMORY_H_INCLUDED_ */ |