diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-06-23 19:19:41 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-06-23 19:19:41 +0300 |
commit | 0fdcdde6c83511871cebff698a1fe1f930347335 (patch) | |
tree | ba88f51490f6acc2cea81c76c37101c679b6a10e /auto/sources | |
parent | 58e20da984d395857c3334ce74aa7c99dae84377 (diff) | |
download | unit-0fdcdde6c83511871cebff698a1fe1f930347335.tar.gz unit-0fdcdde6c83511871cebff698a1fe1f930347335.tar.bz2 |
lvlhash for ports moved to separate files for future re-use.
Diffstat (limited to 'auto/sources')
-rw-r--r-- | auto/sources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index ecf116b4..df7c9959 100644 --- a/auto/sources +++ b/auto/sources @@ -18,6 +18,7 @@ NXT_LIB_DEPS=" \ src/nxt_process.h \ src/nxt_signal.h \ src/nxt_port.h \ + src/nxt_port_hash.h \ src/nxt_port_memory.h \ src/nxt_dyld.h \ src/nxt_thread.h \ @@ -70,6 +71,7 @@ NXT_LIB_DEPS=" \ src/nxt_application.h \ src/nxt_master_process.h \ src/nxt_router.h \ + src/nxt_port_hash.h \ " NXT_LIB_SRCS=" \ @@ -142,6 +144,7 @@ NXT_LIB_SRCS=" \ src/nxt_controller.c \ src/nxt_router.c \ src/nxt_application.c \ + src/nxt_port_hash.c \ " NXT_LIB_SRC0=" \ |