lvlhash for ports moved to separate files for future re-use.

This commit is contained in:
Max Romanov
2017-06-23 19:19:41 +03:00
parent 58e20da984
commit 0fdcdde6c8
6 changed files with 190 additions and 102 deletions

View File

@@ -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 */