Refactor of process init.
Introduces the functions nxt_process_init_create() and nxt_process_init_creds_set().
This commit is contained in:
@@ -140,7 +140,7 @@ nxt_port_reset_next_id()
|
||||
|
||||
void
|
||||
nxt_port_enable(nxt_task_t *task, nxt_port_t *port,
|
||||
nxt_port_handlers_t *handlers)
|
||||
const nxt_port_handlers_t *handlers)
|
||||
{
|
||||
port->pid = nxt_pid;
|
||||
port->handler = nxt_port_handler;
|
||||
|
||||
Reference in New Issue
Block a user