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 /src/nxt_runtime.h | |
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 'src/nxt_runtime.h')
-rw-r--r-- | src/nxt_runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h index 3ba082f9..13072021 100644 --- a/src/nxt_runtime.h +++ b/src/nxt_runtime.h @@ -112,7 +112,7 @@ nxt_port_t *nxt_runtime_port_first(nxt_runtime_t *rt, nxt_lvlhsh_each_t *lhe); #define nxt_runtime_port_next(rt, lhe) \ - nxt_lvlhsh_each(&rt->ports, lhe) + nxt_port_hash_next(&rt->ports, lhe) /* STUB */ |