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(). --- src/nxt_main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nxt_main.h') diff --git a/src/nxt_main.h b/src/nxt_main.h index 547a0321..72b243f4 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -126,6 +126,7 @@ nxt_thread_extern_data(nxt_thread_t, nxt_thread_context); #include #include +#include #if (NXT_THREADS) #include #endif -- cgit