diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-08-02 13:14:31 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-08-02 13:14:31 +0300 |
commit | f2e9afdf422c1771d3029416c6284a46c4039781 (patch) | |
tree | f468d92f7055f53482abab254fd521aecafa6ec3 /auto/sources | |
parent | 3812ffd336414904affc43d29229b04a2d6d8ae6 (diff) | |
download | unit-f2e9afdf422c1771d3029416c6284a46c4039781.tar.gz unit-f2e9afdf422c1771d3029416c6284a46c4039781.tar.bz2 |
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().
Diffstat (limited to 'auto/sources')
-rw-r--r-- | auto/sources | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |