diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-02-22 15:09:59 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-02-22 15:09:59 +0300 |
commit | 029942f4eb7196c2cff0d0e26bc6ff274138f7d8 (patch) | |
tree | f4686c4d7b9cd574fe94c6f4918479a580fecf75 /auto/sources | |
parent | 059a8642898a6bd4b47d13a1c1d599cd44af7e1c (diff) | |
download | unit-029942f4eb7196c2cff0d0e26bc6ff274138f7d8.tar.gz unit-029942f4eb7196c2cff0d0e26bc6ff274138f7d8.tar.bz2 |
I/O operations refactoring.
Diffstat (limited to 'auto/sources')
-rw-r--r-- | auto/sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/sources b/auto/sources index 049ef1ef..3a5cab9a 100644 --- a/auto/sources +++ b/auto/sources @@ -126,6 +126,7 @@ NXT_LIB_SRCS=" \ src/nxt_job_resolve.c \ src/nxt_sockaddr.c \ src/nxt_listen_socket.c \ + src/nxt_upstream_round_robin.c \ " NXT_LIB_SRC0=" \ @@ -190,7 +191,6 @@ NXT_LIB_UNIT_TEST_SRCS=" \ test/nxt_rbtree_unit_test.c \ test/nxt_term_parse_unit_test.c \ test/nxt_msec_diff_unit_test.c \ - test/nxt_exp_approximation.c \ test/nxt_mem_cache_pool_unit_test.c \ test/nxt_mem_zone_unit_test.c \ test/nxt_lvlhsh_unit_test.c \ @@ -330,6 +330,7 @@ NXT_SRCS=" \ src/nxt_cycle.c \ src/nxt_port.c \ src/nxt_application.c \ + src/nxt_stream_module.c \ src/nxt_master_process.c \ src/nxt_worker_process.c \ " |