]> git.ipfire.org Git - thirdparty/systemd.git/commit
socket-proxy: use hash_ops with destructor for managing Connection
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 12 Apr 2025 16:16:00 +0000 (01:16 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 12 Apr 2025 19:28:35 +0000 (04:28 +0900)
commitf4a717aa4dd485ced78c674c6aadb0da4bb6377d
treed752ac210f31ba2a21225a621dc9345fb0b6fd77
parent234b86a44481895f405822bb4ae5f56938b2d3f6
socket-proxy: use hash_ops with destructor for managing Connection

This also renames context_clear() -> context_done(), to follow our
recent coding style.
src/socket-proxy/socket-proxyd.c