Router: broadcasting the SHM_ACK message to all process ports.

This commit is contained in:
Max Romanov
2020-10-28 00:01:46 +03:00
parent 735bb2f127
commit ccee391ab2
3 changed files with 40 additions and 11 deletions

View File

@@ -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_ */