diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-06-14 15:18:52 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-06-14 15:18:52 +0300 |
commit | 7574c64992b98d3dfbc3dd101bd0f7d78bad0823 (patch) | |
tree | 3a98c46e88d9023df34be3e6cce4f762d53aad36 /auto/sources | |
parent | 3e2632688f53c4cb08e7ac03c61e71facd038df4 (diff) | |
download | unit-7574c64992b98d3dfbc3dd101bd0f7d78bad0823.tar.gz unit-7574c64992b98d3dfbc3dd101bd0f7d78bad0823.tar.bz2 |
nxt_event_conn_... functions and structures have been renamed
to nxt_conn_...
Diffstat (limited to 'auto/sources')
-rw-r--r-- | auto/sources | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/auto/sources b/auto/sources index d350804c..db61b723 100644 --- a/auto/sources +++ b/auto/sources @@ -59,8 +59,8 @@ NXT_LIB_DEPS=" \ src/nxt_event_engine.h \ src/nxt_timer.h \ src/nxt_fd_event.h \ - src/nxt_event_conn.h \ - src/nxt_event_file.h \ + src/nxt_file_event.h \ + src/nxt_conn.h \ src/nxt_job.h \ src/nxt_job_file.h \ src/nxt_sockaddr.h \ @@ -124,14 +124,14 @@ NXT_LIB_SRCS=" \ src/nxt_event_engine.c \ src/nxt_timer.c \ src/nxt_fd_event.c \ - src/nxt_event_conn.c \ - src/nxt_event_conn_connect.c \ - src/nxt_event_conn_accept.c \ - src/nxt_event_conn_read.c \ - src/nxt_event_conn_write.c \ + src/nxt_conn.c \ + src/nxt_conn_connect.c \ + src/nxt_conn_accept.c \ + src/nxt_conn_read.c \ + src/nxt_conn_write.c \ src/nxt_conn_close.c \ src/nxt_event_conn_job_sendfile.c \ - src/nxt_event_conn_proxy.c \ + src/nxt_conn_proxy.c \ src/nxt_job.c \ src/nxt_job_resolve.c \ src/nxt_sockaddr.c \ |