From e57b95a92333fa7ff558737b0ba2b76894cc0412 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 1 Feb 2017 20:03:45 +0300 Subject: Process channels have been renamed to ports. --- auto/sources | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'auto') diff --git a/auto/sources b/auto/sources index cda63bb6..1cde9015 100644 --- a/auto/sources +++ b/auto/sources @@ -17,7 +17,7 @@ NXT_LIB_DEPS=" \ src/nxt_socket.h \ src/nxt_process.h \ src/nxt_signal.h \ - src/nxt_chan.h \ + src/nxt_port_socket.h \ src/nxt_dyld.h \ src/nxt_thread.h \ src/nxt_thread_id.h \ @@ -81,7 +81,7 @@ NXT_LIB_SRCS=" \ src/nxt_process.c \ src/nxt_process_title.c \ src/nxt_signal.c \ - src/nxt_chan.c \ + src/nxt_port_socket.c \ src/nxt_dyld.c \ src/nxt_random.c \ src/nxt_queue.c \ @@ -320,7 +320,7 @@ fi NXT_DEPS=" \ src/nxt_cycle.h \ - src/nxt_process_chan.h \ + src/nxt_port.h \ src/nxt_application.h \ src/nxt_master_process.h \ " @@ -329,7 +329,7 @@ NXT_SRCS=" \ src/nxt_main.c \ src/nxt_app_log.c \ src/nxt_cycle.c \ - src/nxt_process_chan.c \ + src/nxt_port.c \ src/nxt_application.c \ src/nxt_master_process.c \ src/nxt_worker_process.c \ -- cgit