Process channels have been renamed to ports.

This commit is contained in:
Igor Sysoev
2017-02-01 20:03:45 +03:00
parent 6e67bee0f4
commit e57b95a923
14 changed files with 915 additions and 915 deletions

View File

@@ -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