]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
introduce notify_socket_prepare() and use it where applicable (#36911)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 1 Apr 2025 09:20:47 +0000 (18:20 +0900)
committerGitHub <noreply@github.com>
Tue, 1 Apr 2025 09:20:47 +0000 (18:20 +0900)
This introduces notify_socket_prepare(), which creates an autobind
notify socket and IO event source for the socket. Then, use it where we
send notification messages from worker processes to their manager
process.


Trivial merge