]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic: introduce socket_protocol_{from,to}_name()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 23 Dec 2017 10:32:04 +0000 (19:32 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 23 Dec 2017 10:32:04 +0000 (19:32 +0900)
commite045e325df676108a5689231259bd6ecdae72909
tree198d21ea73ceae6a96f2cb61b2967c0c60dfef8e
parent8a211c8edb3ce536ea342ec656c995d946b8bc77
basic: introduce socket_protocol_{from,to}_name()

And use them where they can be applicable.
src/basic/generate-socket-protocol-list.sh [new file with mode: 0755]
src/basic/meson.build
src/basic/socket-protocol-list.c [new file with mode: 0644]
src/basic/socket-protocol-list.h [new file with mode: 0644]
src/basic/socket-protocol-to-name.awk [new file with mode: 0644]
src/core/dbus-socket.c
src/core/load-fragment.c
src/core/socket.c
src/shared/bus-unit-util.c