From f2e9afdf422c1771d3029416c6284a46c4039781 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Wed, 2 Aug 2017 13:14:31 +0300 Subject: Port RPC interface introduced. Usage: 1. Register handlers in incoming port with nxt_port_rpc_register_handler(). 2. Use return value as a stream identifier for next nxt_port_socket_write(). --- auto/sources | 1 + 1 file changed, 1 insertion(+) (limited to 'auto') diff --git a/auto/sources b/auto/sources index 04cc6297..f4447c2a 100644 --- a/auto/sources +++ b/auto/sources @@ -90,6 +90,7 @@ NXT_LIB_SRCS=" \ src/nxt_signal.c \ src/nxt_port_socket.c \ src/nxt_port_memory.c \ + src/nxt_port_rpc.c \ src/nxt_port.c \ src/nxt_dyld.c \ src/nxt_random.c \ -- cgit