]> git.ipfire.org Git - thirdparty/systemd.git/commit
socket-util: remove unused {send,receive}_many_fds*()
authorMike Yuan <me@yhndnzj.com>
Sun, 15 Jun 2025 19:35:36 +0000 (21:35 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Feb 2026 05:56:00 +0000 (14:56 +0900)
commitfad273450ad8bc73f1ecde4504555196777493e4
tree9f7a8c31e602bd0d35fd6221233ca0de6848e55b
parentd9e078fe6815fd32142a84655995c62692a909f0
socket-util: remove unused {send,receive}_many_fds*()

These were introduced as part of the effort of sd-executor
worker pool (#29566), which never landed due to unsignificant
performance improvement. Let's just remove the unused
helpers. If that work ever gets resurrected they can be
restored from this commit pretty easily.
src/basic/socket-util.c
src/basic/socket-util.h
src/test/test-socket-util.c