diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2020-12-24 20:05:01 -0500 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2020-12-24 20:05:01 -0500 |
commit | 655453a195d821dee53c13d1deaece8afc82731e (patch) | |
tree | 9d301624f24f3d0078e10041957104036bf1f53f /src/meson.build | |
parent | 1212f60991f89ff4549584500195c66bb2915690 (diff) | |
download | lighttpd-git-655453a195d821dee53c13d1deaece8afc82731e.tar.gz |
[core] inet_ntop_cache -> sock_addr_cache
* rename inet_ntop_cache.[ch] to sock_addr_cache.[ch]
* reimplement as separate caches for IPv4 and IPv6
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 6a6f609f..b7ed481f 100644 --- a/src/meson.build +++ b/src/meson.build @@ -738,7 +738,7 @@ main_src = [ 'connections.c', 'data_config.c', 'h2.c', - 'inet_ntop_cache.c', + 'sock_addr_cache.c', 'ls-hpack/lshpack.c', 'algo_xxhash.c', 'network_write.c', |