diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2017-02-01 20:03:45 +0300 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2017-02-01 20:03:45 +0300 |
| commit | e57b95a92333fa7ff558737b0ba2b76894cc0412 (patch) | |
| tree | b2de846a4fd958517be379b552f38652dd6d9078 /src/nxt_main.h | |
| parent | 6e67bee0f4f96ad0a7d1a231dfdae8431714c66a (diff) | |
| download | unit-e57b95a92333fa7ff558737b0ba2b76894cc0412.tar.gz unit-e57b95a92333fa7ff558737b0ba2b76894cc0412.tar.bz2 | |
Process channels have been renamed to ports.
Diffstat (limited to '')
| -rw-r--r-- | src/nxt_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h index 25d52665..54e414d4 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -120,7 +120,7 @@ nxt_thread_extern_data(nxt_thread_t, nxt_thread_context); #include <nxt_event_fd.h> -#include <nxt_chan.h> +#include <nxt_port_socket.h> #if (NXT_THREADS) #include <nxt_thread_pool.h> #endif |
