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 /auto | |
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-- | auto/sources | 8 |
1 files changed, 4 insertions, 4 deletions
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 \ |